- Add issues.jsonl to .beads/.gitignore (fixes flake narHash mismatch) - Remove issues.jsonl from git tracking (file remains locally) - Add quick-wins-batch work doc tracking skill deployment tasks
42 lines
755 B
Plaintext
42 lines
755 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
|
|
|
|
# Issue data (tracked by bd, not git - prevents flake narHash mismatch)
|
|
issues.jsonl
|
|
|