Merge pull request #2612 from jtogrul/master

Ignored default sqlite database of Django
This commit is contained in:
Brendan Forster 2018-03-11 14:58:48 -07:00 committed by GitHub
commit 2eba0d635f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ coverage.xml
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/