Sfoglia il codice sorgente

chore: add .gitattributes to configure file linguist attributes

- Set .js and .mjs files as vendored
- Set .html files as documentation
myhloli 1 anno fa
parent
commit
24fb70417b
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

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