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

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

View file

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