X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..c48ff2d3e64065793c24cfb8ae151f02b8e6646a:/.gitignore diff --git a/.gitignore b/.gitignore index 08acca57..ee2673ee 100644 --- a/.gitignore +++ b/.gitignore @@ -6,14 +6,15 @@ requirements.pybundle /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 +30,11 @@ nbproject/* .project .pydevproject .settings + +# PyCharm +.idea + +node_modules + +/static_test +chromedriver.log