X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/348a4de144b31930d979a0368ac6f913fbad9773..e24c4443b10a04ab0dfc485972c2c355f4b8b5db:/.gitignore diff --git a/.gitignore b/.gitignore index 944c338e2..90713155f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,23 @@ localsettings.py dev.sqlite +fabfile_local.py *.db *.db-journal *~ *.orig +*.log +.sass-cache # Compress output -/wolnelektury/static/css/all.min*.css -/wolnelektury/static/js/all*.min.js -/wolnelektury/static/css/book.min*.css -/wolnelektury/static/js/book*.min.js -/wolnelektury/static/js/jquery.min.js +/static + +# SCSS output +apps/wolnelektury_core/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml @@ -30,5 +33,14 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + # Tags file -TAGS \ No newline at end of file +TAGS + +media +search_index +doc/_build +reports +