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:
@@ -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.
Reference in New Issue
Block a user