coolify/.gitignore
2025-11-30 16:58:58 +01:00

45 lines
446 B
Text

.env
.env.*
!.env.testing
!.env.example
!.env.development.example
!.env.production.example
.bash_history
.ssh
.bun
.npm
node_modules
/vendor
/.cursor
/.fleet
/.idea
/.nova
/.vscode
/.zed
*.log
.DS_Store
Thumbs.db
*.sqlite*
/auth.json
.ignition.json
.phpactor.json
.phpunit.cache
.phpunit.result.cache
Homestead.json
Homestead.yaml
/public/build/
/public/hot/
/public/storage/
/storage/**
!/storage/app
!/storage/framework
!/storage/logs