X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d940e6b2345b50ffbd50bbe5f508f6d4ff4e0054..c6c257380f1ff975db6a54e96f3ab2a34aa166c2:/.gitignore diff --git a/.gitignore b/.gitignore index a5d48645..26943157 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,41 @@ localsettings.py dev.sqlite +requirements.pybundle +*~ +*.swp +.*.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