diff --git a/.beads/.gitignore b/.beads/.gitignore new file mode 100644 index 00000000..05f53505 --- /dev/null +++ b/.beads/.gitignore @@ -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