X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..bc0bb8065feb8d56bc6b1fee112f22c701c303f2:/.gitignore

diff --git a/.gitignore b/.gitignore
index 944c338e2..1666a7991 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,24 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
+*.log
+.sass-cache
+*.mo
 
 # Compress output
-/wolnelektury/static/css/all.min*.css
-/wolnelektury/static/js/all*.min.js
-/wolnelektury/static/css/book.min*.css
-/wolnelektury/static/js/book*.min.js
-/wolnelektury/static/js/jquery.min.js
+/var
+
+# SCSS output
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -30,5 +34,12 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
-TAGS
\ No newline at end of file
+TAGS
+
+doc/_build
+reports
+