Files
pr-agent/pr_agent/settings/ignore.toml
2023-10-06 21:53:10 +11:00

12 lines
303 B
TOML

[ignore]
glob = [
# Ignore files and directories matching these glob patterns.
# See https://docs.python.org/3/library/glob.html
'vendor/**',
]
regex = [
# Ignore files and directories matching these regex patterns.
# See https://learnbyexample.github.io/python-regex-cheatsheet/
]