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/
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
dist/
|
||||
coverage/
|
||||
*.local
|
||||
|
||||
Reference in New Issue
Block a user