mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-20 12:30:37 +08:00

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
6 lines
87 B
TOML
6 lines
87 B
TOML
[ignore]
|
|
|
|
# Ignore files and directories matching these patterns.
|
|
glob = []
|
|
regex = []
|