fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'production'
[wolnelektury.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
dev.db
4
5
# Python garbage
6
*.pyc
7
.coverage
8
pip-log.txt
9
10
# Mac OS X garbage
11
.DS_Store
12
13
# Windows garbage
14
thumbs.db
15
16
# Eclipse
17
.project
18
.settings
19
.pydevproject
20
.tmp_*
21