chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:55 +08:00
commit c728c8e1e1
1067 changed files with 109127 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// list of all match patterns, Nov 2020
let patterns = []
patterns = patterns.reduce((h, str) => {
h[str] = 0
return h
}, {})
module.exports = patterns