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