From 93876d6276f38b2f10a6bbb1bcf9db0771142e72 Mon Sep 17 00:00:00 2001 From: JuanDMeGon Date: Wed, 22 Mar 2017 01:26:12 -0500 Subject: [PATCH] The .js files should be vendored too Some projects can present JS as the primary language, even clearly being a Laravel/PHP project. With this, that problem can be avoided. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a8763f8e..2195b20d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.css linguist-vendored *.scss linguist-vendored +*.js linguist-vendored