roc/mlc_config.json
Anton-4 709faee85b
add microsoft research exception
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 15:25:21 +02:00

23 lines
504 B
JSON

{
"ignorePatterns": [
{
"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/wp-content/uploads/2016/07/deforestation-short-cut.pdf"
}
]
}