skills/.beads/.gitignore
dan d0e93a74aa chore: untrack issues.jsonl to prevent flake hash mismatches
This repo is consumed as a flake input. Beads daemon auto-commits
to issues.jsonl cause narHash mismatches between nix flake lock
and build.

Also add missing gitignore patterns for daemon runtime files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 20:41:01 -08:00

43 lines
822 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
# Issue database - untracked because this repo is consumed as a flake input
# and beads daemon auto-commits would cause narHash mismatches
issues.jsonl
# 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