You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel Mix generates some files (for development) that should not be pushed to the repo as they will cause conflicts between developers.
Add these to the .gitignore
Describe the bug
Laravel Mix generates some files (for development) that should not be pushed to the repo as they will cause conflicts between developers.
Add these to the
.gitignore
Screenshots
Steps to reproduce
Push the generated project scaffoding to your repo
Run
yarn run dev
public/js/app.js
will have changes in it.Expected behavior
All Laravel Mix artifact files should be in
.gitignore
Additional information
The text was updated successfully, but these errors were encountered: