X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d940e6b2345b50ffbd50bbe5f508f6d4ff4e0054..2a83d92bc0f541d419ea46000ea96f1a7b4b4394:/.gitignore

diff --git a/.gitignore b/.gitignore
index a5d48645..318e02d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,36 @@
 localsettings.py
 dev.sqlite
+requirements.pybundle
+*~
+*.orig
+/redakcja/media
+/static
+.sass-cache
+
+# Python garbage
 *.pyc
-.*.swp
+.coverage
+.coveragerc
+coverage.xml
+nosetests.xml
+pip-log.txt
+
+# Mac OS X garbage
 .DS_Store
-media
-files
+
+# Windows garbage
+thumbs.db
+
+# Netbeans garbage
+nbproject
+nbproject/*
+
+# Eclipse
+.project
+.pydevproject
+.settings
+
+node_modules
+
+/static_test
+chromedriver.log
\ No newline at end of file