Reverts gitignore change. Now using forge SSH URLs for flake inputs with daemon auto-push, so issues.jsonl stays tracked and synced while flake locks to stable remote commits. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
39 lines
669 B
Plaintext
39 lines
669 B
Plaintext
# SQLite databases
|
|
*.db
|
|
*.db?*
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Daemon runtime files
|
|
daemon.lock
|
|
daemon.log
|
|
daemon.pid
|
|
daemon-*.log.gz
|
|
bd.sock
|
|
bd.sock.startlock
|
|
.sync.lock
|
|
sync-state.json
|
|
sync_base.jsonl
|
|
last-touched
|
|
|
|
# Local version tracking (prevents upgrade notification spam after git ops)
|
|
.local_version
|
|
|
|
# Legacy database files
|
|
db.sqlite
|
|
bd.db
|
|
|
|
# Worktree redirect file (contains relative path to main repo's .beads/)
|
|
# Must not be committed as paths would be wrong in other clones
|
|
redirect
|
|
|
|
# Merge artifacts (temporary files from 3-way merge)
|
|
beads.base.jsonl
|
|
beads.base.meta.json
|
|
beads.left.jsonl
|
|
beads.left.meta.json
|
|
beads.right.jsonl
|
|
beads.right.meta.json
|
|
|