fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
migration and oth. minor fixes
[wolnelektury.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
*.db
4
*~
5
*.orig
6
7
# Compress output
8
/wolnelektury/static/css/all.min*.css
9
/wolnelektury/static/js/all*.min.js
10
/wolnelektury/static/js/jquery.min.js
11
12
# Python garbage
13
*.pyc
14
.coverage
15
pip-log.txt
16
nosetests.xml
17
18
# Mac OS X garbage
19
.DS_Store
20
21
# Windows garbage
22
thumbs.db
23
24
# Eclipse
25
.project
26
.settings
27
.pydevproject
28
.tmp_*
29