Ignore beads auto-import tracking marker
.auto-import-issues.jsonl is a per-machine mtime/size cache bd writes when auto-importing issues.jsonl; it shouldn't be versioned. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MJ84Feep79Hhm3E4zZJmnB
This commit is contained in:
parent
25e0503ddc
commit
7046c7bd76
1 changed files with 3 additions and 0 deletions
3
.beads/.gitignore
vendored
3
.beads/.gitignore
vendored
|
|
@ -59,6 +59,9 @@ backup/
|
|||
# Per-project environment file (Dolt connection config, GH#2520)
|
||||
.env
|
||||
|
||||
# Auto-import tracking marker (local mtime/size cache, per-machine)
|
||||
.auto-import-issues.jsonl
|
||||
|
||||
# Legacy files (from pre-Dolt versions)
|
||||
*.db
|
||||
*.db?*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue