Przeglądaj źródła

Merge pull request #2612 from jtogrul/master

Ignored default sqlite database of Django
Brendan Forster 7 lat temu
rodzic
commit
2eba0d635f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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