mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
chore(docker): ignore tsconfig.tsbuildinfo files
Add tsconfig.tsbuildinfo pattern to .dockerignore to exclude TypeScript incremental compilation cache files from Docker builds. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
af345a3924
commit
a806c8aaf6
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ node_modules
|
|||
# Build artifacts (rebuilt from scratch inside the container)
|
||||
dist
|
||||
**/dist
|
||||
**/tsconfig.tsbuildinfo
|
||||
**/tsconfig.tsbuildinfo
|
||||
|
||||
# Version control
|
||||
.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue