X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a7603cfbfdf7c0b4a2210ef454cecf894c5e172..3306216e9d0c249c2699275aad212a7c4c3cc4a7:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index 60e1b516b..90713155f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ localsettings.py dev.sqlite +fabfile_local.py *.db *.db-journal *~ @@ -11,11 +12,12 @@ dev.sqlite /static # SCSS output -scss/*.css +apps/wolnelektury_core/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml @@ -31,8 +33,14 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + # Tags file TAGS media search_index +doc/_build +reports +