X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cc49ae50f55e14465c700350157478f79fd13d33..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/.gitignore diff --git a/.gitignore b/.gitignore index c37544128..fd63a8e47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +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 +/var + +# SCSS output +apps/wolnelektury/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml @@ -33,3 +35,7 @@ thumbs.db # Tags file TAGS + +doc/_build +reports +