/vendor/
/node_modules/

.env
.env.*

/public/storage

/storage/*.key
/storage/logs/*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/views/*

/bootstrap/cache/*.php

.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log

*.zip
*.tar
*.tar.gz
*.sql

/.idea/
/.vscode/