fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
transaction.atomic in importbooks
[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
coverage.xml
21
pip-log.txt
22
nosetests.xml
23
24
# Mac OS X garbage
25
.DS_Store
26
27
# Windows garbage
28
thumbs.db
29
30
# Eclipse
31
.project
32
.settings
33
.pydevproject
34
.tmp_*
35
36
# Tags file
37
TAGS
38
39
media
40
search_index
41
doc/_build
42
reports
43