chore: improve .dockerignore to exclude IDE and test files

This commit is contained in:
曾文锋0668000834 2026-04-07 14:15:20 +08:00
parent 84edc462d6
commit 2290be64db

View file

@ -8,3 +8,26 @@ config/
*.md
LICENSE
assets/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Test files
*_test.go
/testdata/
# CI/CD
.github/
.gitlab-ci.yml
# Documentation
docs/
# Node modules (for frontend)
node_modules/
web/frontend/node_modules/