X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/568abb2a9b95e1ee739307d2711bc3502451b0b1..5d9c33d00933597e218b732e3bd0bcbb55c4f371:/.gitignore

diff --git a/.gitignore b/.gitignore
index 106ca708..26943157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,41 @@
 localsettings.py
 dev.sqlite
+requirements.pybundle
+*~
+*.swp
+.*.orig
+/redakcja/media
+/static
+.sass-cache
+var
+
+# Python garbage
 *.pyc
-.*.swp
+.coverage
+.coveragerc
+coverage.xml
+pip-log.txt
+/htmlcov
+
+# Mac OS X garbage
 .DS_Store
-media
-files
+
+# Windows garbage
+thumbs.db
+
+# Netbeans garbage
 nbproject
 nbproject/*
+
+# Eclipse
+.project
+.pydevproject
+.settings
+
+# PyCharm
+.idea
+
+node_modules
+
+/static_test
+chromedriver.log