fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update top menu
[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
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
30
# PyCharm
31
.idea
32
33
# Tags file
34
TAGS
35
36
media
37
search_index
38
.sass-cache
39