mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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.
This commit is contained in:
parent
2312580af8
commit
93876d6276
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
*.css linguist-vendored
|
*.css linguist-vendored
|
||||||
*.scss linguist-vendored
|
*.scss linguist-vendored
|
||||||
|
*.js linguist-vendored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user