From 14a12535ec435a2fb3e8d03d72425ec2d8aea051 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Sun, 20 Oct 2019 17:12:09 +0530 Subject: [PATCH] mark bin/* as vendored code to get correct language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 391f0a4e..4ed51978 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text=auto *.js text eol=lf +bin/* linguist-vendored