forked from punbb/punbb
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
208 lines (208 loc) · 5.62 KB
/
.gitignore
File metadata and controls
208 lines (208 loc) · 5.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
*
!/.gitattributes
!/.gitignore
!/ChangeLog
!/COPYING
!/README
!/.htaccess.dist
!/favicon.ico
!/README.md
!/delete.php
!/edit.php
!/extern.php
!/footer.php
!/header.php
!/help.php
!/index.php
!/login.php
!/misc.php
!/moderate.php
!/post.php
!/profile.php
!/register.php
!/rewrite.php
!/search.php
!/userlist.php
!/viewforum.php
!/viewtopic.php
!/humans.txt
!/robots.txt
!/admin/bans.php
!/admin/categories.php
!/admin/censoring.php
!/admin/db_update.php
!/admin/extensions.php
!/admin/forums.php
!/admin/groups.php
!/admin/index.php
!/admin/install.php
!/admin/prune.php
!/admin/ranks.php
!/admin/reindex.php
!/admin/reports.php
!/admin/settings.php
!/admin/users.php
!/cache/.htaccess
!/cache/index.html
!/extensions/index.html
!/img/index.html
!/img/test.png
!/img/avatars/.htaccess
!/img/avatars/index.html
!/img/smilies/index.html
!/img/smilies/big_smile.png
!/img/smilies/cool.png
!/img/smilies/hmm.png
!/img/smilies/lol.png
!/img/smilies/mad.png
!/img/smilies/neutral.png
!/img/smilies/roll.png
!/img/smilies/sad.png
!/img/smilies/smile.png
!/img/smilies/tongue.png
!/img/smilies/wink.png
!/img/smilies/yikes.png
!/include/index.html
!/include/cache.php
!/include/common.php
!/include/common_admin.php
!/include/constants.php
!/include/email.php
!/include/essentials.php
!/include/flash_messenger.php
!/include/functions.php
!/include/loader.php
!/include/parser.php
!/include/search_functions.php
!/include/search_idx.php
!/include/xml.php
!/include/dblayer/index.html
!/include/dblayer/common_db.php
!/include/dblayer/mysql.php
!/include/dblayer/mysql_innodb.php
!/include/dblayer/mysqli.php
!/include/dblayer/mysqli_innodb.php
!/include/dblayer/pgsql.php
!/include/dblayer/sqlite.php
!/include/dblayer/sqlite3.php
!/include/idna/index.html
!/include/idna/idna_convert.class.php
!/include/js/index.html
!/include/js/LAB.src.js
!/include/js/punbb.common.js
!/include/js/punbb.install.js
!/include/js/punbb.timezone.js
!/include/js/min/punbb.common.min.js
!/include/js/min/punbb.install.min.js
!/include/js/min/punbb.timezone.min.js
!/include/template/index.html
!/include/template/admin.tpl
!/include/template/help.tpl
!/include/template/main.tpl
!/include/template/maintenance.tpl
!/include/template/redirect.tpl
!/include/url/index.html
!/include/url/Default/index.html
!/include/url/Default/forum_urls.php
!/include/url/Default/reserved_strings.php
!/include/url/Default/rewrite_rules.php
!/include/url/File_based/index.html
!/include/url/File_based/forum_urls.php
!/include/url/File_based/reserved_strings.php
!/include/url/File_based/rewrite_rules.php
!/include/url/File_based_(fancy)/index.html
!/include/url/File_based_(fancy)/forum_urls.php
!/include/url/File_based_(fancy)/reserved_strings.php
!/include/url/File_based_(fancy)/rewrite_rules.php
!/include/url/Folder_based/index.html
!/include/url/Folder_based/forum_urls.php
!/include/url/Folder_based/reserved_strings.php
!/include/url/Folder_based/rewrite_rules.php
!/include/url/Folder_based_(fancy)/index.html
!/include/url/Folder_based_(fancy)/forum_urls.php
!/include/url/Folder_based_(fancy)/reserved_strings.php
!/include/url/Folder_based_(fancy)/rewrite_rules.php
!/include/user/index.html
!/include/utf8/index.html
!/include/utf8/ord.php
!/include/utf8/str_ireplace.php
!/include/utf8/str_pad.php
!/include/utf8/str_split.php
!/include/utf8/strcasecmp.php
!/include/utf8/strcspn.php
!/include/utf8/stristr.php
!/include/utf8/strrev.php
!/include/utf8/strspn.php
!/include/utf8/substr_replace.php
!/include/utf8/trim.php
!/include/utf8/ucfirst.php
!/include/utf8/ucwords.php
!/include/utf8/utf8.php
!/include/utf8/mbstring/index.html
!/include/utf8/mbstring/core.php
!/include/utf8/native/index.html
!/include/utf8/native/core.php
!/include/utf8/utils/index.html
!/include/utf8/utils/ascii.php
!/include/utf8/utils/bad.php
!/include/utf8/utils/patterns.php
!/include/utf8/utils/position.php
!/include/utf8/utils/specials.php
!/include/utf8/utils/unicode.php
!/include/utf8/utils/validation.php
!/lang/index.html
!/lang/English/index.html
!/lang/English/admin_bans.php
!/lang/English/admin_categories.php
!/lang/English/admin_censoring.php
!/lang/English/admin_common.php
!/lang/English/admin_ext.php
!/lang/English/admin_forums.php
!/lang/English/admin_groups.php
!/lang/English/admin_index.php
!/lang/English/admin_prune.php
!/lang/English/admin_ranks.php
!/lang/English/admin_reindex.php
!/lang/English/admin_reports.php
!/lang/English/admin_settings.php
!/lang/English/admin_users.php
!/lang/English/common.php
!/lang/English/delete.php
!/lang/English/forum.php
!/lang/English/help.php
!/lang/English/index.php
!/lang/English/install.php
!/lang/English/login.php
!/lang/English/misc.php
!/lang/English/post.php
!/lang/English/profile.php
!/lang/English/search.php
!/lang/English/topic.php
!/lang/English/url_replace.php
!/lang/English/userlist.php
!/lang/English/stopwords.txt
!/lang/English/mail_templates/index.html
!/lang/English/mail_templates/activate_email.tpl
!/lang/English/mail_templates/activate_password.tpl
!/lang/English/mail_templates/form_email.tpl
!/lang/English/mail_templates/new_reply.tpl
!/lang/English/mail_templates/new_reply_full.tpl
!/lang/English/mail_templates/new_topic.tpl
!/lang/English/mail_templates/new_topic_full.tpl
!/lang/English/mail_templates/welcome.tpl
!/style/print.css
!/style/index.html
!/style/Oxygen/Oxygen.css
!/style/Oxygen/Oxygen.min.css
!/style/Oxygen/Oxygen_cs.css
!/style/Oxygen/Oxygen_ie6.css
!/style/Oxygen/Oxygen_ie7.css
!/style/Oxygen/Oxygen_ie8.css
!/style/Oxygen/index.html
!/style/Oxygen/responsive-nav.min.js
!/style/Oxygen/Oxygen.php
!/style/Oxygen/feed-icon.png
!/style/Oxygen/font/responsivenav.eot
!/style/Oxygen/font/responsivenav.svg
!/style/Oxygen/font/responsivenav.ttf
!/style/Oxygen/font/responsivenav.woff