X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a7603cfbfdf7c0b4a2210ef454cecf894c5e172..e4ddfe1b3a3bfa982386284d9859c64862cb6c08:/.gitignore diff --git a/.gitignore b/.gitignore index 60e1b516b..cf605b2b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,27 @@ localsettings.py dev.sqlite +fabfile_local.py *.db *.db-journal *~ *.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 +35,16 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + +# Emacs +\#*\# +.\#* + # Tags file TAGS -media -search_index +doc/_build +reports +