d747e53604
* Doc: Add tutorial on adding new tools Closes #919 * ignore link
26 lines
458 B
JSON
26 lines
458 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "https://github.com/?.*"
|
|
},
|
|
{
|
|
"pattern": "https://platform.openai.com/docs/.*"
|
|
},
|
|
{
|
|
"pattern": "https://docs.anthropic.com/.*"
|
|
},
|
|
{
|
|
"pattern": ".*localhost.*"
|
|
},
|
|
{
|
|
"pattern": "https?://(.*\\.)?twitter\\.com/.*"
|
|
},
|
|
{
|
|
"pattern": "https?://(.*\\.)?x\\.com/.*"
|
|
},
|
|
{
|
|
"pattern": "https://linuxize.com/post/bash-heredoc/"
|
|
}
|
|
]
|
|
}
|