chore(bd): align dolt metadata and runtime ignore rules
This commit is contained in:
parent
a37aa17961
commit
1c36223e7f
3 changed files with 13 additions and 3 deletions
6
.beads/.gitignore
vendored
6
.beads/.gitignore
vendored
|
|
@ -8,8 +8,10 @@
|
|||
# Daemon runtime files
|
||||
daemon.lock
|
||||
daemon.log
|
||||
daemon-*.log.gz
|
||||
daemon.pid
|
||||
bd.sock
|
||||
bd.sock.startlock
|
||||
sync-state.json
|
||||
last-touched
|
||||
|
||||
|
|
@ -39,6 +41,10 @@ beads.right.meta.json
|
|||
sync_base.jsonl
|
||||
export-state/
|
||||
|
||||
# Dolt database (managed by Dolt remotes, not git)
|
||||
dolt/
|
||||
dolt-access.lock
|
||||
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue