Files
unibus/.gitignore
T
egutierrez 19bb0e56a6 chore: gitignore go.work for /tmp worktree resolution
go.work resolves the fn-registry replace to an absolute path when the worktree
lives outside the parent tree; it is local-only and must not be committed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 22:14:44 +02:00

21 lines
251 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 worktree resolution (do not commit)
go.work
go.work.sum