We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebadb5 commit 05cbf6eCopy full SHA for 05cbf6e
src/github/filterfile.ts
@@ -108,6 +108,8 @@ export const blacklistedFilter = [
108
'example',
109
'extra',
110
'esm',
111
+ 'guide',
112
+ 'html',
113
'image',
114
'img',
115
'node_modules',
@@ -116,12 +118,14 @@ export const blacklistedFilter = [
116
118
'picture',
117
119
'release',
120
'requirement',
121
+ 'sample',
122
'script',
123
'setup',
124
'static',
125
'support',
126
'target',
127
'temp',
128
+ 'theme',
129
'tool',
130
'third_party',
131
'tmp',
src/service/allowed-languages.ts
@@ -10,4 +10,5 @@ export const ALLOED_LANGUAGES = [
10
"Ruby",
11
"PHP",
12
"Scala",
13
+ "HTML",
14
]; // I didn't include markdown here because it's not a programming language
0 commit comments