Przeglądaj źródła

Adding .gitattributes to help tune GitHub language metrics

JoshEngebretson 8 lat temu
rodzic
commit
3bd27a0c7c
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      .gitattributes

+ 7 - 0
.gitattributes

@@ -0,0 +1,7 @@
+# GitHub metrics tuning
+
+*.c linguist-language=C++
+*.h linguist-language=C++
+
+# ignore massive amounts of vendored JS
+Build/node_modules/* linguist-vendored=true