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:
8
.beads/.gitignore
vendored
8
.beads/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user