X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/20bd2492d8bd211816c5120595b19a0a828b9f0c..ad64a2d9487bb320ea88efc58c8bd9cc42d9c71e:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index 106ca708..a73fc81d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,22 @@ 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/* + +# Eclipse +.project +.pydevproject +.settings