mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
- Extend stdin handling to skip reading for ACP mode, similar to stream-json - Remove duplicate line in .dockerignore ACP mode passes protocol data via stdin that should be forwarded to the sandbox intact, not consumed as a user prompt. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
11 lines
213 B
Text
11 lines
213 B
Text
# Dependencies (npm ci installs fresh inside the container)
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Build artifacts (rebuilt from scratch inside the container)
|
|
dist
|
|
**/dist
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# Version control
|
|
.git
|