File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ export const blacklistedFilter = [
110
110
'example' ,
111
111
'extra' ,
112
112
'esm' ,
113
+ 'guide' ,
114
+ 'html' ,
113
115
'image' ,
114
116
'img' ,
115
117
'node_modules' ,
@@ -118,13 +120,15 @@ export const blacklistedFilter = [
118
120
'picture' ,
119
121
'release' ,
120
122
'requirement' ,
123
+ 'sample' ,
121
124
'script' ,
122
125
'setup' ,
123
126
'static' ,
124
127
'support' ,
125
128
'screenshot' ,
126
129
'target' ,
127
130
'temp' ,
131
+ 'theme' ,
128
132
'tool' ,
129
133
'test' ,
130
134
'third_party' ,
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ export const ALLOED_LANGUAGES = [
10
10
"Ruby" ,
11
11
"PHP" ,
12
12
"Scala" ,
13
+ "HTML" ,
13
14
] ; // I didn't include markdown here because it's not a programming language
You can’t perform that action at this time.
0 commit comments