From 576e73a924600048471871d25b3afa03688f59bd Mon Sep 17 00:00:00 2001 From: mayor Date: Sat, 17 Jan 2026 04:20:02 -0800 Subject: [PATCH] chore: ignore sync state files in .beads Co-Authored-By: Claude Opus 4.5 --- .beads/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.beads/.gitignore b/.beads/.gitignore index 4a7a77df..d27a1db5 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -32,6 +32,11 @@ beads.left.meta.json beads.right.jsonl beads.right.meta.json +# Sync state (local-only, per-machine) +# These files are machine-specific and should not be shared across clones +.sync.lock +sync_base.jsonl + # NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here. # They would override fork protection in .git/info/exclude, allowing # contributors to accidentally commit upstream issue databases.