Merge pull request #1683 from edsondota/master

Add local_settings to Django's ignore
This commit is contained in:
Brendan Forster
2016-01-27 13:34:36 +10:30

View File

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