[git] keep all the sqlite files off of version control

This commit is contained in:
bronsen 2025-12-08 17:53:44 +01:00
parent 59d668ba9c
commit 05fad3432e

3
.gitignore vendored
View file

@ -64,6 +64,9 @@ cover/
local_settings.py
db.sqlite3
db.sqlite3-journal
# apparently tortoise causes these file to exist
db.sqlite3-wal
db.sqlite3-shm
# Flask stuff:
instance/