fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for toc events
[wolnelektury.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
944c338
..
3d746f9
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,19
+4,24
@@
dev.sqlite
*.db-journal
*~
*.orig
*.db-journal
*~
*.orig
+*.log
+.sass-cache
+*.css.map
# Compress output
# 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
# Python garbage
*.pyc
.coverage
+coverage.xml
pip-log.txt
nosetests.xml
pip-log.txt
nosetests.xml
+/htmlcov
+.python-version
# Mac OS X garbage
.DS_Store
# Mac OS X garbage
.DS_Store
@@
-30,5
+35,16
@@
thumbs.db
.pydevproject
.tmp_*
.pydevproject
.tmp_*
+# PyCharm
+.idea
+
+# Emacs
+\#*\#
+.\#*
+
# Tags file
# Tags file
-TAGS
\ No newline at end of file
+TAGS
+
+doc/_build
+reports
+