Explorar o código

chore: add .gitattributes to configure file linguist attributes

- Set .js and .mjs files as vendored
- Set .html files as documentation
myhloli hai 1 ano
pai
achega
24fb70417b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

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