Code layout change.
[wolnelektury.git] / .gitignore
index c3e3e48..fd63a8e 100644 (file)
@@ -1,17 +1,23 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
+.sass-cache
 
 # Compress output
-/static
+/var
+
+# SCSS output
+apps/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -30,5 +36,6 @@ thumbs.db
 # Tags file
 TAGS
 
-media
-search_index
+doc/_build
+reports
+