mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
docs: add link to generated_code_ignore.toml file
This commit is contained in:
parent
56f7ae0b46
commit
9115cb7d31
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue