X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e32f55e3ef50d9f7d3a291c2388c5220851a9b4..eec370ebc66ac1febb544e6eb9f5b73ed3d86fcc:/.gitignore

diff --git a/.gitignore b/.gitignore
index c3e3e48b6..e3d34fee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,25 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
+.sass-cache
+*.mo
+*.css.map
 
 # Compress output
-/static
+/var
+
+# SCSS output
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -27,8 +35,12 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
 TAGS
 
-media
-search_index
+doc/_build
+reports
+