X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/348a4de144b31930d979a0368ac6f913fbad9773..e086b48a37bcbcc7d19890b5954ec93213440b32:/.gitignore diff --git a/.gitignore b/.gitignore index 944c338e2..badd89149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,18 @@ 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 @@ -31,4 +33,9 @@ thumbs.db .tmp_* # Tags file -TAGS \ No newline at end of file +TAGS + +media +search_index +doc/_build +reports