Browse Source

Ignored default sqlite database of Django

jtogrul 7 years ago
parent
commit
4f7105bd6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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