X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/30437d70fc4b55561e3da6b187d81db7b4676240..e81283e08cca4c47d57dd0aef34a5c598931a9d2:/.gitignore diff --git a/.gitignore b/.gitignore index 2f35f89b..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 @@ -36,4 +38,4 @@ nbproject/* node_modules /static_test -chromedriver.log \ No newline at end of file +chromedriver.log