X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f10a4399c9f860f9585d195bd9fd4a3fa43fb6f5..7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03:/.gitignore diff --git a/.gitignore b/.gitignore index 1b11bb218..3224d626b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,38 @@ -wolnelektury/localsettings.py -wolnelektury/media/**/* +localsettings.py +dev.sqlite +*.db +*.db-journal +*~ +*.orig +*.log +.sass-cache + +# Compress output +/static + +# SCSS output +/apps/wolnelektury_core/static/css/main/*.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