mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
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:
parent
f467c2493f
commit
ad23df4021
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -52,6 +52,8 @@ packages/vscode-ide-companion/*.vsix
|
|||
|
||||
# Qwen Code Configs
|
||||
.qwen/
|
||||
!.qwen/commands/
|
||||
!.qwen/skills/
|
||||
logs/
|
||||
# GHA credentials
|
||||
gha-creds-*.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue