X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e32f55e3ef50d9f7d3a291c2388c5220851a9b4..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/.gitignore diff --git a/.gitignore b/.gitignore index c3e3e48b6..badd89149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,19 @@ 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 @@ -32,3 +37,5 @@ TAGS media search_index +doc/_build +reports