hypothetical/.gitignore

21 lines
259 B
Text
Raw Normal View History

2018-03-05 18:45:02 -05:00
.DS_Store
.phpunit.result.cache
2018-03-05 18:45:02 -05:00
/.env
/.idea
/.vagrant
/.vscode
/nbproject
/bower_components
2018-03-05 18:45:02 -05:00
/node_modules
/public/css
/public/fonts
2018-03-05 18:45:02 -05:00
/public/hot
/public/js
/public/storage
/public/uploads
2018-03-05 18:45:02 -05:00
/storage/*.key
/storage/exports
2018-03-05 18:45:02 -05:00
/vendor
/npm-debug.log
/yarn-error.log