X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/575e58df64c98b53edca9fb6a29b284dbc375609..540e76dd8e04d7bab431da696565e826788bd218:/.gitignore diff --git a/.gitignore b/.gitignore index 6714e2301..cf605b2b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,27 @@ localsettings.py dev.sqlite +fabfile_local.py *.db *.db-journal *~ *.orig *.log .sass-cache +*.css.map # Compress output -/static +/var + +# SCSS output +src/wolnelektury/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml +/htmlcov # Mac OS X garbage .DS_Store @@ -28,8 +35,16 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + +# Emacs +\#*\# +.\#* + # Tags file TAGS -media -search_index +doc/_build +reports +