qwen-code/.dockerignore
tanzhenxin 9e4c5ee891 refactor: Extract web-templates package and unify build/pack workflow
Moves export-html and insight templates from cli/assets to a new
dedicated web-templates package. Updates Dockerfile and build scripts
to use consolidated bundle/prepare:package/pack workflow.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-26 21:02:46 +08:00

10 lines
189 B
Text

# Dependencies (npm ci installs fresh inside the container)
node_modules
**/node_modules
# Build artifacts (rebuilt from scratch inside the container)
dist
**/dist
# Version control
.git