X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..8a9843b112f8a3f72603afc9fb5d15ddcbd77559:/.gitignore diff --git a/.gitignore b/.gitignore index fd63a8e47..99c089870 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,18 @@ localsettings.py dev.sqlite -fabfile_local.py *.db *.db-journal *~ *.orig *.log .sass-cache +*.css.map # Compress output /var # SCSS output -apps/wolnelektury/static/scss/*.css +src/wolnelektury/static/scss/*.css # Python garbage *.pyc @@ -20,6 +20,7 @@ apps/wolnelektury/static/scss/*.css coverage.xml pip-log.txt nosetests.xml +/htmlcov # Mac OS X garbage .DS_Store @@ -33,6 +34,13 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + +# Emacs +\#*\# +.\#* + # Tags file TAGS