X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/568abb2a9b95e1ee739307d2711bc3502451b0b1..5a8f55e2911b9a6aa38499da2c54b6068152f1cf:/.gitignore?ds=inline diff --git a/.gitignore b/.gitignore index 106ca708..9fa4e403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +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/* +nbproject/* \ No newline at end of file