single search query with boosts - stub
[wolnelektury.git] / .gitignore
index 944c338..e3d34fe 100644 (file)
@@ -1,20 +1,25 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
+*.log
+.sass-cache
+*.mo
+*.css.map
 
 # 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 +35,12 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
-TAGS
\ No newline at end of file
+TAGS
+
+doc/_build
+reports
+