ignore local_settings.py

This commit is contained in:
Élie Bouttier 2014-08-10 15:35:12 -07:00
parent e603464e6a
commit 939f240662
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ env/
*.bak *.bak
*.patch *.patch
.coverage .coverage
ponytracker/local_settings.py

View file

@ -1 +0,0 @@
from ponytracker.settings import *