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:
jedarden 2026-07-02 19:53:34 -04:00
parent 735b228405
commit b470cd00e9

1
.beads/.gitignore vendored
View file

@ -1,3 +1,4 @@
beads.db
beads.db-shm
beads.db-wal
*.backup*