X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d154270c884fe196fb56fa3123183c3408a45ecc..f6f32b1eb24d0f79293edff7832d6e3a4e5de95f:/.gitignore diff --git a/.gitignore b/.gitignore index a5d48645..9fa4e403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,17 @@ localsettings.py dev.sqlite +requirements.pybundle + +# Python garbage *.pyc -.*.swp +.coverage + +# Mac OS X garbage .DS_Store -media -files + +# Windows garbage +thumbs.db + +# Netbeans garbage +nbproject +nbproject/* \ No newline at end of file