Fundraising in PDF.
[wolnelektury.git] / .gitignore
index 4ddf5e9..3d746f9 100644 (file)
@@ -1,18 +1,18 @@
 localsettings.py
 dev.sqlite
-fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
 .sass-cache
+*.css.map
 
 # Compress output
-/static
+/var
 
 # SCSS output
-apps/wolnelektury_core/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
@@ -20,6 +20,8 @@ apps/wolnelektury_core/static/scss/*.css
 coverage.xml
 pip-log.txt
 nosetests.xml
+/htmlcov
+.python-version
 
 # Mac OS X garbage
 .DS_Store
@@ -33,11 +35,16 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
+# Emacs
+\#*\#
+.\#*
+
 # Tags file
 TAGS
 
-media
-search_index
 doc/_build
 reports