roc/mlc_config.json

35 lines
705 B
JSON
Raw Normal View History

{
"ignorePatterns": [
2022-10-11 00:12:24 +03:00
{
"pattern": "generated-docs"
},
{
"pattern": "http://127.0.0.1"
},
{
"pattern": "http://localhost"
},
{
"pattern": "https://crates.io"
},
{
"pattern": "https://docs.github.com"
},
{
"pattern": "https://opensource.org"
},
{
"pattern": "https://www.microsoft.com/en-us/research"
},
{
"pattern": "https://web.eecs.umich.edu"
},
{
"pattern": "http://0.0.0.0:8000"
2022-12-23 16:43:14 +03:00
},
{
"pattern": "/builtins"
}
]
}