Merge pull request #1266 from QwenLM/docs-fix

docs:Fix the errors in the document
This commit is contained in:
pomelo 2025-12-17 22:04:27 +08:00 committed by GitHub
commit c0839dceac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 69 additions and 106 deletions

View file

@ -6,7 +6,7 @@ Qwen Code includes the ability to automatically ignore files, similar to `.gitig
## How it works
When you add a path to your `.qwenignore` file, tools that respect this file will exclude matching files and directories from their operations. For example, when you use the [`read_many_files`](/developers/tools/multi-file) command, any paths in your `.qwenignore` file will be automatically excluded.
When you add a path to your `.qwenignore` file, tools that respect this file will exclude matching files and directories from their operations. For example, when you use the [`read_many_files`](../../developers/tools/multi-file) command, any paths in your `.qwenignore` file will be automatically excluded.
For the most part, `.qwenignore` follows the conventions of `.gitignore` files: