X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/960d50ab6c75a613a25e720d3754608a6960d46c..97059a831f2e7ac44ccfacde3950cc2561c539ee:/.gitignore diff --git a/.gitignore b/.gitignore index 41d16d7b..9fa4e403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,17 @@ localsettings.py dev.sqlite +requirements.pybundle + +# Python garbage *.pyc +.coverage + +# Mac OS X garbage .DS_Store + +# Windows garbage +thumbs.db + +# Netbeans garbage +nbproject +nbproject/* \ No newline at end of file