/vendor/
/node_modules/
/public/storage/
/public/build/
/storage/*.key
/storage/logs/
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
yarn-debug.log*
/.fleet
/.idea
/.vscode
*.tmp
*.zip~
.DS_Store
Thumbs.db

# Yarn 2/3/4
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Testing
/coverage
/tests/tmp/

# Build artifacts
/dist/
/build/

# IDE
*.swp
*.swo