Browse Source

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.
JuanDMeGon 7 years ago
parent
commit
93876d6276
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -1,3 +1,4 @@
 * text=auto
 *.css linguist-vendored
 *.scss linguist-vendored
+*.js linguist-vendored