docs: ignore_language_framework property

This commit is contained in:
isExample
2025-06-26 13:43:18 +09:00
parent e4f477dae0
commit 2d1afc634e

View File

@ -250,3 +250,15 @@ Where the `ignore_pr_authors` is a list of usernames that you want to ignore.
!!! note
There is one specific case where bots will receive an automatic response - when they generated a PR with a _failed test_. In that case, the [`ci_feedback`](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/) tool will be invoked.
### Ignoring Generated Files by Language/Framework
To automatically exclude files generated by specific languages or frameworks, you can add the following to your `configuration.toml` file:
```
[config]
ignore_language_framework = ['protobuf', ...]
```
You can view the list of auto-generated file patterns in `generated_code_ignore.toml`.
Files matching these glob patterns will be automatically excluded from PR Agent analysis.