From 51a23ff2c87623d732725fa1311133ef87e6d37c Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 21 Dec 2025 14:01:46 -0800 Subject: [PATCH] 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. --- .beads/.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.beads/.gitignore b/.beads/.gitignore index 810151cc..f318a814 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -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