X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/20bd2492d8bd211816c5120595b19a0a828b9f0c..06e460b91c23f11e92bf5ae711a4ed2226d3a0c7:/.gitignore diff --git a/.gitignore b/.gitignore index 106ca708..ee2673ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,40 @@ localsettings.py dev.sqlite +requirements.pybundle +*~ +*.orig +/redakcja/media +/static +.sass-cache +var + +# Python garbage *.pyc -.*.swp +.coverage +.coveragerc +coverage.xml +pip-log.txt +/htmlcov + +# Mac OS X garbage .DS_Store -media -files + +# Windows garbage +thumbs.db + +# Netbeans garbage nbproject nbproject/* + +# Eclipse +.project +.pydevproject +.settings + +# PyCharm +.idea + +node_modules + +/static_test +chromedriver.log