mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
55 lines
538 B
Text
55 lines
538 B
Text
.env
|
|
.env.*
|
|
!.env.testing
|
|
!.env.example
|
|
!.env.local.example
|
|
!.env.production.example
|
|
|
|
.bash_history
|
|
.ssh
|
|
|
|
.bun
|
|
.npm
|
|
node_modules
|
|
/vendor
|
|
|
|
*.log
|
|
|
|
.ai
|
|
CLAUDE.md
|
|
/.cursor
|
|
/.fleet
|
|
/.idea
|
|
/.junie
|
|
/.nova
|
|
/.vscode
|
|
/.windsurfrules
|
|
/.zed
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
*.swo
|
|
*.swp
|
|
|
|
*.sqlite*
|
|
|
|
/auth.json
|
|
.ignition.json
|
|
.phpactor.json
|
|
.phpunit.cache
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/public/vendor
|
|
|
|
/storage/**
|
|
!/storage/app
|
|
!/storage/framework
|
|
!/storage/logs
|
|
!/storage/phpstan
|
|
!/storage/rector
|