single search query with boosts - stub
[wolnelektury.git] / .gitignore
index 35f07ab..e3d34fe 100644 (file)
@@ -1,21 +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
-apps/wolnelektury_core/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -31,9 +35,12 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
 TAGS
 
-media
-search_index
 doc/_build
+reports
+