Stop tracking SQLite database files

Local DB state shouldn't be versioned; only code, migrations, and schema belong in git.
This commit is contained in:
nmemmert
2026-06-10 11:01:32 -04:00
parent faf9ba9e2e
commit f95d5670ae
4 changed files with 3 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
node_modules/ node_modules/
*.db
*.db-wal
*.db-shm
dist/ dist/
coverage/ coverage/
*.local *.local
Binary file not shown.
Binary file not shown.
Binary file not shown.