chore: track docs.db and reports.db in git

Re-allow docs/docs.db and txt/reports.db via .gitignore negation
so the project SQLite databases are version-controlled.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 22:50:46 +00:00
parent d653d9024b
commit cb6a49d7b2
3 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -61,6 +61,10 @@ prisma/dev.db
prisma/dev.db-journal
*.db
*.sqlite
# Re-track project SQLite databases
!docs/docs.db
!txt/reports.db
*.sqlite3
# Generated Prisma schema (produced by dbal/shared/tools/codegen/gen_prisma_schema.js)

BIN
docs/docs.db Normal file

Binary file not shown.

BIN
txt/reports.db Normal file

Binary file not shown.