We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4027288 commit 33c64cfCopy full SHA for 33c64cf
2 files changed
.beads/.gitignore
@@ -8,6 +8,7 @@
8
# Daemon runtime files
9
daemon.lock
10
daemon.log
11
+daemon-*.log.gz
12
daemon.pid
13
bd.sock
14
sync-state.json
@@ -35,11 +36,13 @@ beads.right.meta.json
35
36
# Sync state (local-only, per-machine)
37
# These files are machine-specific and should not be shared across clones
38
.sync.lock
39
+.jsonl.lock
40
sync_base.jsonl
41
export-state/
42
-# Process semaphore slot files (runtime concurrency limiting)
-sem/
43
+# Dolt database (managed by Dolt remotes, not git)
44
+dolt/
45
+dolt-access.lock
46
47
# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
48
# They would override fork protection in .git/info/exclude, allowing
.beads/.migration-hint-ts
@@ -0,0 +1 @@
1
+1771215936
0 commit comments