mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
- add more AI files - add swap files - ignore public/vendor as it is re-generated on composer install - rename .env.development to .env.local
53 lines
503 B
Text
53 lines
503 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
|