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 runtime files
|
||||||
daemon.lock
|
daemon.lock
|
||||||
daemon.log
|
daemon.log
|
||||||
|
daemon-*.log.gz
|
||||||
daemon.pid
|
daemon.pid
|
||||||
bd.sock
|
bd.sock
|
||||||
|
bd.sock.startlock
|
||||||
sync-state.json
|
sync-state.json
|
||||||
last-touched
|
last-touched
|
||||||
|
|
||||||
|
|
@ -39,6 +41,10 @@ beads.right.meta.json
|
||||||
sync_base.jsonl
|
sync_base.jsonl
|
||||||
export-state/
|
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.
|
# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
|
||||||
# They would override fork protection in .git/info/exclude, allowing
|
# They would override fork protection in .git/info/exclude, allowing
|
||||||
# contributors to accidentally commit upstream issue databases.
|
# contributors to accidentally commit upstream issue databases.
|
||||||
|
|
|
||||||
|
|
@ -59,4 +59,6 @@ sync-branch: "beads-sync"
|
||||||
# - linear.url
|
# - linear.url
|
||||||
# - linear.api-key
|
# - linear.api-key
|
||||||
# - github.org
|
# - github.org
|
||||||
# - github.repo
|
# - github.repo
|
||||||
|
|
||||||
|
dolt.database: "beads_bb"
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
"database": "beads.db",
|
"database": "dolt",
|
||||||
"jsonl_export": "issues.jsonl"
|
"jsonl_export": "issues.jsonl",
|
||||||
|
"backend": "dolt",
|
||||||
|
"dolt_database": "beads_bb"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue