1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00

Ignored default sqlite database of Django

This commit is contained in:
jtogrul 2018-02-25 14:57:08 +01:00
parent 4bff4a2986
commit 4f7105bd6e

View file

@ -56,6 +56,7 @@ coverage.xml
.static_storage/
.media/
local_settings.py
db.sqlite3
# Flask stuff:
instance/