Fix bd-rb75: Ignore merge artifacts in .beads/.gitignore

This commit is contained in:
Steve Yegge
2025-11-06 19:14:04 -08:00
parent a0d24f37af
commit 41b1a21206

24
.beads/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# SQLite databases
*.db
*.db-journal
*.db-wal
*.db-shm
# Daemon runtime files
daemon.lock
daemon.log
daemon.pid
bd.sock
# Legacy database files
db.sqlite
bd.db
# Keep JSONL exports and config (source of truth for git)
!*.jsonl
!metadata.json
!config.json
# Exclude merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.left.jsonl