Skip to content

Commit 1ee9658

Browse files
committed
chore(beads): update gitignore
1 parent ac57b13 commit 1ee9658

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.beads/.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ daemon.log
1111
daemon.pid
1212
bd.sock
1313
sync-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
3132
beads.right.jsonl
3233
beads.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

0 commit comments

Comments
 (0)