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.
|
||||
|
|
|
|||
|
|
@ -59,4 +59,6 @@ sync-branch: "beads-sync"
|
|||
# - linear.url
|
||||
# - linear.api-key
|
||||
# - github.org
|
||||
# - github.repo
|
||||
# - github.repo
|
||||
|
||||
dolt.database: "beads_bb"
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"database": "beads.db",
|
||||
"jsonl_export": "issues.jsonl"
|
||||
"database": "dolt",
|
||||
"jsonl_export": "issues.jsonl",
|
||||
"backend": "dolt",
|
||||
"dolt_database": "beads_bb"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue