瀏覽代碼

chore: add .gitattributes to configure file linguist attributes

- Set .js and .mjs files as vendored
- Set .html files as documentation
myhloli 1 年之前
父節點
當前提交
24fb70417b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -0,0 +1,3 @@
+*.js linguist-vendored
+*.mjs linguist-vendored
+*.html linguist-documentation