mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
13 lines
344 B
TOML
13 lines
344 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/
|
|
# for example: regex = ['.*\.toml$']
|
|
]
|