mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
BIN
docs/docs.db
Normal file
Binary file not shown.
BIN
txt/reports.db
Normal file
BIN
txt/reports.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user