mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Merge branch 'main' into feat/ask-user-question-tool
This commit is contained in:
commit
bca799e818
328 changed files with 34408 additions and 6374 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -49,11 +49,15 @@ packages/*/coverage/
|
|||
# Generated files
|
||||
packages/cli/src/generated/
|
||||
packages/core/src/generated/
|
||||
packages/web-templates/src/generated/
|
||||
.integration-tests/
|
||||
packages/vscode-ide-companion/*.vsix
|
||||
|
||||
# Qwen Code Configs
|
||||
|
||||
.qwen/
|
||||
!.qwen/commands/
|
||||
!.qwen/skills/
|
||||
logs/
|
||||
# GHA credentials
|
||||
gha-creds-*.json
|
||||
|
|
@ -72,6 +76,8 @@ __pycache__/
|
|||
integration-tests/concurrent-runner/output/
|
||||
integration-tests/concurrent-runner/task-*
|
||||
|
||||
integration-tests/terminal-capture/scenarios/screenshots/
|
||||
|
||||
# storybook
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue