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
|
node_modules
|
||||||
/vendor
|
/vendor
|
||||||
|
|
||||||
|
*.log
|
||||||
|
|
||||||
|
.ai
|
||||||
|
CLAUDE.md
|
||||||
/.cursor
|
/.cursor
|
||||||
/.fleet
|
/.fleet
|
||||||
/.idea
|
/.idea
|
||||||
|
/.junie
|
||||||
/.nova
|
/.nova
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/.windsurfrules
|
||||||
/.zed
|
/.zed
|
||||||
|
|
||||||
*.log
|
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
|
||||||
*.sqlite*
|
*.sqlite*
|
||||||
|
|
||||||
/auth.json
|
/auth.json
|
||||||
|
|
@ -36,6 +43,7 @@ Homestead.yaml
|
||||||
/public/build
|
/public/build
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
|
/public/vendor
|
||||||
|
|
||||||
/storage/**
|
/storage/**
|
||||||
!/storage/**/
|
!/storage/**/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue