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