Files
Kilian Lieret d747e53604 Doc: Add tutorial on adding new tools (#1226)
* Doc: Add tutorial on adding new tools

Closes #919

* ignore link
2025-06-26 20:03:43 -04:00

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/"
}
]
}