fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup some unnecessary comments
[wolnelektury.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
fabfile_local.py
4
*.db
5
*.db-journal
6
*~
7
*.orig
8
*.log
9
.sass-cache
10
*.mo
11
*.css.map
12
13
# Compress output
14
/var
15
16
# SCSS output
17
src/wolnelektury/static/scss/*.css
18
19
# Python garbage
20
*.pyc
21
.coverage
22
coverage.xml
23
pip-log.txt
24
nosetests.xml
25
26
# Mac OS X garbage
27
.DS_Store
28
29
# Windows garbage
30
thumbs.db
31
32
# Eclipse
33
.project
34
.settings
35
.pydevproject
36
.tmp_*
37
38
# PyCharm
39
.idea
40
41
# Tags file
42
TAGS
43
44
doc/_build
45
reports
46