# Laravel specific
/vendor
/node_modules
/public/storage
/storage/*.key
/storage/app/public/*
!/storage/app/public/.gitignore
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log

# IDE specific
.vscode/
.idea/
*.swp
*.swo

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Build files
/public/hot
/public/build
/build

# Cache and logs
/storage/logs/*
!/storage/logs/.gitignore
/storage/framework/cache/*
!/storage/framework/cache/.gitignore
/storage/framework/sessions/*
!/storage/framework/sessions/.gitignore
/storage/framework/views/*
!/storage/framework/views/.gitignore

# Testing
/coverage
.phpunit.cache

# Deployment
/public_html
/dist

# Temporary files
*.tmp
*.temp
*~