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
.DS_Store
/database
*.db
*.db-shm
*.db-wal
*.db3
*.db3-shm
*.db3-wal
*.shm
*.wal
*.nal
*.env