X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/161780c3fe42e97b8459a923916aff615b5e4c40..15dec706694c3afc006713be0fabb4973a6c2946:/.gitignore diff --git a/.gitignore b/.gitignore index 866239ad..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 @@ -30,4 +32,10 @@ nbproject/* .pydevproject .settings -node_modules \ No newline at end of file +# PyCharm +.idea + +node_modules + +/static_test +chromedriver.log