laravel/.gitattributes
JuanDMeGon 93876d6276 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.
2017-03-22 01:26:12 -05:00

5 lines
84 B
Plaintext

* text=auto
*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored