diff .hgignore @ 1:134fbfc4acf6

Restructured settings as a directory to allow for different settings files. E.g. python manage.py runserver --settings=settings.local Load secret/sensitive information from settings/secrets.json, which will not be controlled in source control.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Oct 2011 20:01:37 -0500
parents c8881d9ca347
children c32897e111dc
line wrap: on
line diff
--- a/.hgignore	Tue Oct 25 18:38:42 2011 -0500
+++ b/.hgignore	Thu Oct 27 20:01:37 2011 -0500
@@ -1,3 +1,5 @@
 syntax: glob
+*.log
+*.pyc
 *.swp
-*.pyc
+secrets.json