X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a7603cfbfdf7c0b4a2210ef454cecf894c5e172..c8e72ddbdf4eb54951b01858cb42ecd35bd5af22:/.gitignore diff --git a/.gitignore b/.gitignore index 60e1b516b..99c089870 100644 --- a/.gitignore +++ b/.gitignore @@ -6,18 +6,21 @@ dev.sqlite *.orig *.log .sass-cache +*.css.map # Compress output -/static +/var # SCSS output -scss/*.css +src/wolnelektury/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml +/htmlcov # Mac OS X garbage .DS_Store @@ -31,8 +34,16 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + +# Emacs +\#*\# +.\#* + # Tags file TAGS -media -search_index +doc/_build +reports +