diff --git a/src/github/filterfile.ts b/src/github/filterfile.ts index d1e21dc..fc27db8 100644 --- a/src/github/filterfile.ts +++ b/src/github/filterfile.ts @@ -108,6 +108,8 @@ export const blacklistedFilter = [ 'example', 'extra', 'esm', + 'guide', + 'html', 'image', 'img', 'node_modules', @@ -116,12 +118,14 @@ export const blacklistedFilter = [ 'picture', 'release', 'requirement', + 'sample', 'script', 'setup', 'static', 'support', 'target', 'temp', + 'theme', 'tool', 'third_party', 'tmp', diff --git a/src/service/allowed-languages.ts b/src/service/allowed-languages.ts index 4f7a257..b798836 100644 --- a/src/service/allowed-languages.ts +++ b/src/service/allowed-languages.ts @@ -10,4 +10,5 @@ export const ALLOED_LANGUAGES = [ "Ruby", "PHP", "Scala", + "HTML", ]; // I didn't include markdown here because it's not a programming language \ No newline at end of file