annotate .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
rev   line source
bgneal@0 1 syntax: glob
bgneal@1 2 *.log
bgneal@1 3 *.pyc
bgneal@0 4 *.swp
bgneal@1 5 secrets.json