I have a laravel/Vue.js project, and whenever i commit there are 3 files that get committed too:
-public/main.js
-public/manifest.js
-public/vendor.js
so, Should i include /public in Vue.js gitignore?
It depends on your workflow and project setup: