X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddd22b8228fbabc4c777d7df07dd42ba2e8f3fa9..28c4777eef0b97dc88d0e2726cdad6df14ebc084:/.gitignore diff --git a/.gitignore b/.gitignore index a2cfd2410..d78f78f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,21 @@ -wolnelektury/localsettings.py -wolnelektury/media/**/* +localsettings.py +dev.sqlite +dev.db + +# Python garbage +*.pyc +.coverage +pip-log.txt + +# Mac OS X garbage .DS_Store + +# Windows garbage +thumbs.db + +# Eclipse +.project +.settings +.pydevproject +.tmp_* +