mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-24 23:40:16 -05: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:
+10
-2
@@ -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/**/
|
||||
|
||||
Reference in New Issue
Block a user