mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
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>
10 lines
189 B
Text
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
|