Add extra SQLite files to .gitignore

This commit is contained in:
Brandon Dyck 2024-07-10 16:36:50 -06:00
parent 6994df13a4
commit a6654f9c43

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# SQLite data
*.db
*.db-shm
*.db-wal
build
.vscode