evorepo/.gitignore
Dan McGee 05f3c5fd19 Load key before importing newrelic
Their code stupidly grabs the environment variable during import, not
during the initialize call.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-13 20:26:52 -06:00

13 lines
120 B
Plaintext

*.pyc
*.swp
*.swo
.DS_Store
local_settings.py
archweb.db
archweb.db-*
newrelic.key
tags
collected_static/
testing/
env/