docs: add link to generated_code_ignore.toml file

This commit is contained in:
mrT23
2025-06-29 11:09:37 +03:00
parent 56f7ae0b46
commit 9115cb7d31

View File

@ -260,5 +260,5 @@ To automatically exclude files generated by specific languages or frameworks, yo
ignore_language_framework = ['protobuf', ...]
```
You can view the list of auto-generated file patterns in `generated_code_ignore.toml`.
You can view the list of auto-generated file patterns in [`generated_code_ignore.toml`](https://github.com/qodo-ai/pr-agent/blob/main/pr_agent/settings/generated_code_ignore.toml).
Files matching these glob patterns will be automatically excluded from PR Agent analysis.