chore: ignore issues.jsonl on main (tracked on beads-sync only)

This eliminates 'modified issues.jsonl' noise in git status on main.
bd sync commits to beads-sync branch, which has its own .gitignore
that continues to track issues.jsonl for multi-clone coordination.
This commit is contained in:
Steve Yegge
2025-12-21 14:01:46 -08:00
parent 17eeaebfc7
commit 51a23ff2c8

8
.beads/.gitignore vendored
View File

@@ -26,8 +26,12 @@ beads.left.meta.json
beads.right.jsonl
beads.right.meta.json
# Keep JSONL exports and config (source of truth for git)
!issues.jsonl
# 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
# Metadata and config are tracked everywhere
!metadata.json
!config.json
redirect