Files
app/.gitignore

45 lines
533 B
Plaintext

/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
# Environment files
.env
.env.backup
.env.production
.env.*
!.env.example
# Development & IDEs
/.idea
/.vscode
/.fleet
/.nova
/.zed
/.phpunit.cache
.phpunit.result.cache
.DS_Store
Thumbs.db
*.log
/auth.json
Homestead.json
Homestead.yaml
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# SQLite
/database/*.sqlite
/database/*.sqlite-journal
# Compiled assets
mix-manifest.json
# Local Deployment & Release
/production_notes/
*.bak
*.tmp