X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5a1663d6348b55a9b8698481e1e29f72f872048b..2881133ed8ebf9317ca216e384e7e13b8619b6a5:/.gitignore diff --git a/.gitignore b/.gitignore index db350e2e2..4ddf5e924 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,43 @@ -wolnelektury/localsettings.py -wolnelektury/media/lektura/**/* +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 +coverage.xml +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 +