X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..fce465da41831c71697665a594b3f9287856baaa:/.gitignore diff --git a/.gitignore b/.gitignore index 08acca57..26e48d32 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ requirements.pybundle /redakcja/media /static .sass-cache +var # Python garbage *.pyc @@ -14,6 +15,7 @@ requirements.pybundle 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