X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..8a9226b9c80c99c82702fba212f7a7241dc14c7e:/.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