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