mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Code comments for ignore.toml
This commit is contained in:
parent
b27f57d05d
commit
baa0e95227
1 changed files with 9 additions and 3 deletions
|
|
@ -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/
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue