X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7d7e49e08a5648e152bbc91e091af293478629b..e086b48a37bcbcc7d19890b5954ec93213440b32:/.gitignore diff --git a/.gitignore b/.gitignore index f11a79bab..badd89149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,41 @@ 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 # Windows garbage thumbs.db + +# Eclipse +.project +.settings +.pydevproject +.tmp_* + +# Tags file +TAGS + +media +search_index +doc/_build +reports