fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
optional new api
[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
*.css.map
11
12
# Compress output
13
/var
14
15
# SCSS output
16
src/wolnelektury/static/scss/*.css
17
18
# Python garbage
19
*.pyc
20
.coverage
21
coverage.xml
22
pip-log.txt
23
nosetests.xml
24
25
# Mac OS X garbage
26
.DS_Store
27
28
# Windows garbage
29
thumbs.db
30
31
# Eclipse
32
.project
33
.settings
34
.pydevproject
35
.tmp_*
36
37
# PyCharm
38
.idea
39
40
# Tags file
41
TAGS
42
43
doc/_build
44
reports
45