File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ daemon.log
1111daemon.pid
1212bd.sock
1313sync-state.json
14+ last-touched
1415
1516# Local version tracking (prevents upgrade notification spam after git ops)
1617.local_version
@@ -31,11 +32,13 @@ beads.left.meta.json
3132beads.right.jsonl
3233beads.right.meta.json
3334
35+ # Sync state (local-only, per-machine)
36+ # These files are machine-specific and should not be shared across clones
37+ .sync.lock
38+ sync_base.jsonl
39+
3440# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
3541# They would override fork protection in .git/info/exclude, allowing
3642# contributors to accidentally commit upstream issue databases.
3743# The JSONL files (issues.jsonl, interactions.jsonl) and config files
3844# are tracked by git by default since no pattern above ignores them.
39-
40- # Recently accessed files tracking
41- last-touched
You can’t perform that action at this time.
0 commit comments