Files
unibus/.gitignore
egutierrez 380d795ffb chore: ignore go.work local workspace
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>
2026-06-07 18:16:23 +02:00

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