mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Code comments for ignore.toml
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
[ignore]
|
[ignore]
|
||||||
|
|
||||||
# Ignore files and directories matching these patterns.
|
glob = [
|
||||||
glob = []
|
# Ignore files and directories matching these glob patterns.
|
||||||
regex = []
|
# 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/
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user