mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
build: improve .dockerignore
- ignore more AI files - ignore swap files - ignore public/vendor as it is re-generated on composer install
This commit is contained in:
parent
bc7850053d
commit
b0295ceab2
1 changed files with 10 additions and 2 deletions
|
|
@ -9,18 +9,25 @@
|
|||
node_modules
|
||||
/vendor
|
||||
|
||||
*.log
|
||||
|
||||
.ai
|
||||
CLAUDE.md
|
||||
/.cursor
|
||||
/.fleet
|
||||
/.idea
|
||||
/.junie
|
||||
/.nova
|
||||
/.vscode
|
||||
/.windsurfrules
|
||||
/.zed
|
||||
|
||||
*.log
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
*.swo
|
||||
*.swp
|
||||
|
||||
*.sqlite*
|
||||
|
||||
/auth.json
|
||||
|
|
@ -36,6 +43,7 @@ Homestead.yaml
|
|||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/vendor
|
||||
|
||||
/storage/**
|
||||
!/storage/**/
|
||||
|
|
|
|||
Loading…
Reference in a new issue