add potential sqlite db names to gitignore

This commit is contained in:
2026-03-07 16:10:50 +01:00
parent 766e9029bf
commit 149bf43c01

4
.gitignore vendored
View File

@@ -1,9 +1,13 @@
/target /target
.DS_Store .DS_Store
/database
*.db *.db
*.db-shm *.db-shm
*.db-wal *.db-wal
*.db3 *.db3
*.db3-shm *.db3-shm
*.db3-wal *.db3-wal
*.shm
*.wal
*.nal
*.env *.env