Closed marcbrouwerisaac closed 4 years ago
The .gitignore file in the module root directory ignores vendor directories. However this also ignores the Resource/views/frontend/_public/src/js/vendor directory. A possible solution is to change the .gitignore from vendor to /vendor
vendor
Resource/views/frontend/_public/src/js/vendor
/vendor
The .gitignore file in the module root directory ignores
vendor
directories. However this also ignores theResource/views/frontend/_public/src/js/vendor
directory. A possible solution is to change the .gitignore fromvendor
to/vendor