X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3e1aff21cb6131f52bc4ef17187af665b31654a8..4aad600d99f52dff723df0682f5f59a9f1359ff8:/.gitignore diff --git a/.gitignore b/.gitignore index a73fc81d..318e02d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,19 @@ localsettings.py dev.sqlite requirements.pybundle +*~ +*.orig +/redakcja/media +/static +.sass-cache # Python garbage *.pyc .coverage +.coveragerc +coverage.xml +nosetests.xml +pip-log.txt # Mac OS X garbage .DS_Store @@ -20,3 +29,8 @@ nbproject/* .project .pydevproject .settings + +node_modules + +/static_test +chromedriver.log \ No newline at end of file