chore: remove webpack-generated files

This commit removes JS and CSS files dynamically generated by Webpack & Mix, as they must be built for each unique environment during the app's installation process.
This commit is contained in:
Miguel Nogueira 2022-03-05 23:16:33 +00:00
parent 6c843812d2
commit c84ffc2518
4 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/public/css/app.css
/public/css/mixed.css
/public/js/app.js /public/js/app.js
/node_modules /node_modules
/public/hot /public/hot

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long