X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..9ff5f2ac22360b1ff3ef2473c15d4acfd1e7769b:/.gitignore diff --git a/.gitignore b/.gitignore index 08acca57..26943157 100644 --- a/.gitignore +++ b/.gitignore @@ -2,18 +2,20 @@ localsettings.py dev.sqlite requirements.pybundle *~ -*.orig +*.swp +.*.orig /redakcja/media /static .sass-cache +var # Python garbage *.pyc .coverage .coveragerc coverage.xml -nosetests.xml pip-log.txt +/htmlcov # Mac OS X garbage .DS_Store @@ -29,3 +31,11 @@ nbproject/* .project .pydevproject .settings + +# PyCharm +.idea + +node_modules + +/static_test +chromedriver.log