X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d154270c884fe196fb56fa3123183c3408a45ecc..refs/heads/backend-rewrite:/.gitignore diff --git a/.gitignore b/.gitignore index a5d48645..0d555842 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,30 @@ localsettings.py dev.sqlite +requirements.pybundle +*~ +*.orig + +# Python garbage *.pyc -.*.swp +.coverage +.coveragerc +coverage.xml +nosetests.xml +pip-log.txt + +# Mac OS X garbage .DS_Store -media -files + +# Windows garbage +thumbs.db + +# Netbeans garbage +nbproject +nbproject/* + +# Eclipse +.project +.pydevproject +.settings +platforma/static/compressed +platforma/static/compressed/*