chore: exclude .qwen/commands/ and .qwen/skills/ from gitignore

- Add negation rules to preserve Qwen commands and skills directories
- This allows version control for custom commands and skills in .qwen/

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
DragonnZhang 2026-02-15 22:33:14 +08:00
parent f467c2493f
commit ad23df4021

2
.gitignore vendored
View file

@ -52,6 +52,8 @@ packages/vscode-ide-companion/*.vsix
# Qwen Code Configs
.qwen/
!.qwen/commands/
!.qwen/skills/
logs/
# GHA credentials
gha-creds-*.json