diff --git a/.gitignore b/.gitignore index 096d29de3..d47a629be 100644 --- a/.gitignore +++ b/.gitignore @@ -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) diff --git a/docs/docs.db b/docs/docs.db new file mode 100644 index 000000000..92295f89e Binary files /dev/null and b/docs/docs.db differ diff --git a/txt/reports.db b/txt/reports.db new file mode 100644 index 000000000..ca854bb1b Binary files /dev/null and b/txt/reports.db differ