X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/02cc64eab3d1bdc7503b3fd4386a8da8ea59f09d..e086b48a37bcbcc7d19890b5954ec93213440b32:/.gitignore diff --git a/.gitignore b/.gitignore index 38a691b22..badd89149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,24 @@ localsettings.py dev.sqlite +fabfile_local.py *.db +*.db-journal *~ *.orig +*.log +.sass-cache + +# Compress output +/static + +# SCSS output +apps/wolnelektury_core/static/scss/*.css # Python garbage *.pyc .coverage pip-log.txt +nosetests.xml # Mac OS X garbage .DS_Store @@ -21,3 +32,10 @@ thumbs.db .pydevproject .tmp_* +# Tags file +TAGS + +media +search_index +doc/_build +reports