From 532743b4f96205d248a9182d00d90e4e4980fe86 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Wed, 6 Feb 2019 06:58:49 +0000 Subject: [PATCH] Add .gitattributes file to 'vendor' mustache templates (#1980) This has the effect of making GitHub attribute the language of the project correctly (e.g. as Java). This is useful for sites which list projects by assigned language. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..def43c73b65 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/*.mustache linguist-vendored=true