mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-15 10:10:38 +08:00
Add support for ignoring files
Add ignore.toml, configuration for ignoring files Add file_filter.py, for matching files against glob/regex patterns Update relevant code to use file filter +Tests
This commit is contained in:
5
pr_agent/settings/ignore.toml
Normal file
5
pr_agent/settings/ignore.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[ignore]
|
||||
|
||||
# Ignore files and directories matching these patterns.
|
||||
glob = []
|
||||
regex = []
|
Reference in New Issue
Block a user