chore(bf-1z9t): update .gitignore to exclude database backup files
- Add '*.backup*' pattern to .beads/.gitignore - Remove existing backup files from disk - Ensures future database backups are not tracked by git Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
735b228405
commit
b470cd00e9
1 changed files with 1 additions and 0 deletions
1
.beads/.gitignore
vendored
1
.beads/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
beads.db
|
||||
beads.db-shm
|
||||
beads.db-wal
|
||||
*.backup*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue