summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01add mypy_cache to gitignoreAleksandar Trifunovic1-0/+2
2018-05-11Add coverage to gitignoreFrank Vanderham1-0/+3
Added the .coverage file to gitignore.
2017-05-24Update .gitignoreAngel Velasquez1-0/+3
Add rope cache dir to .gitignore
2013-01-13Load key before importing newrelicDan McGee1-0/+1
Their code stupidly grabs the environment variable during import, not during the initialize call. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-10-26Add .DS_Store to .gitignoreDan McGee1-0/+1
Thanks for your silly files, OS X. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-08Add tags file (ctags) to .gitignoreDan McGee1-0/+2
Also add 'env/', a directory I frequently use for the virtualenv. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05Convert to and enable staticfiles contrib applicationDan McGee1-0/+1
This moves our site static files into the sitestatic directory if they are shared resources, and also moves a handful of things (such as the artwork logos) into application-specific static/ directories. This allows the staticfiles contrib app to work after a few settings tweaks, a run of collectstatic, and massaging the hardcoded '/media/' prefix out of our templates. Django 1.4 is going to make this a lot easier to move things to a CDN and provides better template tags; for now this is setting the stage before we can move to that. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-11-27Ignore other sqlite3 created files by defaultDan McGee1-0/+1
If using the defaults, this will ignore archweb.db-journal, and we can also ignore the files created when in WAL mode. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-05-04No More DohDusty Phillips1-0/+1
2008-04-16updated gitignoreeliott1-1/+1
2008-01-05updated ignoreeliott1-0/+1
2007-11-03Initial import for public release...eliott1-0/+4
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!