X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/568abb2a9b95e1ee739307d2711bc3502451b0b1..ad64a2d9487bb320ea88efc58c8bd9cc42d9c71e:/.gitignore?ds=sidebyside 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