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