repo.or.cz
/
ViQa-Kissu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve scoring to store to presubmitted localhost, fix style and
[ViQa-Kissu.git]
/
.gitignore
blob
b91db8a7ec9073dd519911ae9c8d6aca8998b219
1
/inc/instance-config.php
2
#node
3
/node_modules/*
4
#boards
5
/a/*
6
/b/*
7
/c/*
8
/p/*
9
/qa/*
10
/xmas/*
11
/lit/*
12
/megu/*
13
/ignore/*
14
/test/*
15
/feb/*
16
/all/*
17
/g/*
18
/poll/*
19
/Nen/*
20
/nen/*
21
/jp/*
22
/GNFOS/*
23
/agg/*
24
/poll/*
25
/trans/*
26
/f/*
27
/sgp/*
28
/win/*
29
30
#index
31
/index.css
32
/index.html
33
/index.php
34
35
#logs
36
/*.log
37
/*.txt
38
39
#gz
40
*.gz
41
42
#saves
43
*.save*
44
*.swp
45
46
#ban files
47
bans-all.html
48
49
# static html and json
50
*.json
51
/*/res
52
/*/src
53
/*/thumb
54
55
/*.jpg
56
/*.gif
57
/*.png
58
#password files
59
secrets.php
60
61
# include some files though
62
#!/templates/*.html
63
#!/inc/config.php
64
65
# minify
66
/inc/lib/minify
67
68
69
70
# .installed
71
/.installed
72
73
# script file
74
/main.js
75
76
77
#sitemap
78
/sitemap.xml
79
80
# templates cache
81
/templates/cache
82
83
# other stuff
84
.DS_Store
85
.htaccess
86
thumbs.db
87
Icon?
88
Thumbs.db
89
*.patch
90
*.diff
91
*.rej
92
*.orig
93
/tmp/cache/*
94
*~
95
96
# tmp filesystem
97
/tmp/locks/*
98
!/tmp/cache/.gitkeep
99
!/tmp/locks/.gitkeep
100
101
#vichan custom
102
favicon.ico
103
/static/spoiler.png
104
105
#ban lists
106
ban-list.php
107
bans.html