diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ *.pyc *.swp *.swo +.DS_Store local_settings.py archweb.db archweb.db-* +newrelic.key +tags collected_static/ testing/ +env/ |