mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
Merge branch 'main' of https://github.com/QwenLM/qwen-code into feat/unified-ui-for-vscode-extension
This commit is contained in:
commit
878a870df2
125 changed files with 16229 additions and 1798 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -12,7 +12,7 @@
|
|||
!.gemini/config.yaml
|
||||
!.gemini/commands/
|
||||
|
||||
# Note: .gemini-clipboard/ is NOT in gitignore so Gemini can access pasted images
|
||||
# Note: .qwen-clipboard/ is NOT in gitignore so Gemini can access pasted images
|
||||
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
|
@ -64,5 +64,12 @@ docs-site/.next
|
|||
# content is a symlink to ../docs
|
||||
docs-site/content
|
||||
|
||||
# storybook
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
||||
# python cache
|
||||
__pycache__/
|
||||
|
||||
integration-tests/concurrent-runner/output/
|
||||
integration-tests/concurrent-runner/task-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue