ignore sqlite files

This commit is contained in:
2021-12-17 12:56:40 -06:00
parent f436338ffc
commit 3aa57f83b1

3
.gitignore vendored
View File

@@ -3,7 +3,7 @@
*.pot *.pot
*.pyc *.pyc
__pycache__ __pycache__
db.sqlite3 *.sqlite3
media media
/data /data
@@ -91,3 +91,4 @@ venv.bak/
scripts/ scripts/
/.idea/benchcoach.iml /.idea/benchcoach.iml
/db_back.sqlite3