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