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