fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stats migrations.
[wolnelektury.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
1befb63
..
99c0898
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,19
+4,23
@@
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
# Mac OS X garbage
.DS_Store
# Mac OS X garbage
.DS_Store
@@
-30,3
+34,16
@@
thumbs.db
.pydevproject
.tmp_*
.pydevproject
.tmp_*
+# PyCharm
+.idea
+
+# Emacs
+\#*\#
+.\#*
+
+# Tags file
+TAGS
+
+doc/_build
+reports
+