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.
This commit is contained in:
Mike Ralphson 2019-02-06 06:58:49 +00:00 committed by William Cheng
parent 0b66fa5c82
commit 532743b4f9

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
**/*.mustache linguist-vendored=true