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:
peaklabs-dev 2025-12-01 13:45:14 +01:00
parent bc7850053d
commit b0295ceab2
No known key found for this signature in database

View file

@ -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/**/