Files
gastown/.beads/.gitignore
2025-12-24 21:56:31 -08:00

44 lines
861 B
Plaintext

# SQLite databases
*.db
*.db?*
*.db-journal
*.db-wal
*.db-shm
# Daemon runtime files
daemon.lock
daemon.log
daemon.pid
bd.sock
# Local version tracking (prevents upgrade notification spam after git ops)
.local_version
# Legacy database files
db.sqlite
bd.db
# 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
# JSONL exports: tracked on beads-sync branch, ignored on main
# This prevents "modified issues.jsonl" noise in git status on main
# bd sync commits to beads-sync, which has its own .gitignore that tracks issues.jsonl
issues.jsonl
# Hook files (ephemeral, per-agent work attachments)
hook-*.json
# MR queue (ephemeral, deleted after merge)
mq/
# Metadata and config are tracked everywhere
!metadata.json
!config.json
redirect