Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore Laravel Mix artifacts #38

Closed
apolopena opened this issue Feb 11, 2021 · 1 comment
Closed

.gitignore Laravel Mix artifacts #38

apolopena opened this issue Feb 11, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@apolopena
Copy link
Owner

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

/public/css
/public/build
/public/mix-manifest.json

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

@apolopena apolopena added the bug Something isn't working label Feb 11, 2021
@apolopena apolopena self-assigned this Feb 11, 2021
@apolopena
Copy link
Owner Author

Will be addressed in #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant