380d795ffb
When building the gomobile binding from a git worktree outside the registry tree, pkg/client's replace to fn-registry needs an absolute path. A local go.work (gitignored) supplies it without touching the committed go.mod. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
271 B
Plaintext
21 lines
271 B
Plaintext
# Per-PC writable runtime state (never distributed).
|
|
local_files/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
jetstream/
|
|
blobs/
|
|
worker.id
|
|
*.id
|
|
|
|
# Build artifacts
|
|
/membershipd
|
|
/worker
|
|
/chat
|
|
*.exe
|
|
registry.db
|
|
|
|
# local workspace (no committear: replace absoluto al registry)
|
|
go.work
|
|
go.work.sum
|