athenahr/.gitignore
miguel456 c84ffc2518 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.
2022-03-05 23:16:33 +00:00

19 lines
246 B
Plaintext
Executable File

/public/css/app.css
/public/css/mixed.css
/public/js/app.js
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/tools
.env
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/.idea/
/.idea/