Преглед изворни кода

Add local_settings to Django's ignore

Edson Dota пре 9 година
родитељ
комит
b510c6633e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -50,6 +50,7 @@ coverage.xml
 
 # Django stuff:
 *.log
+local_settings.py
 
 # Sphinx documentation
 docs/_build/