roc/mlc_config.json

53 lines
1.1 KiB
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"
},
{
"pattern": "https://www.10xeditor.com/"
2023-01-23 22:14:38 +03:00
},
{
"pattern": "https://twitter.com/"
},
{
"pattern": "https://mobile.twitter.com/"
},
2023-01-23 22:14:38 +03:00
{
"pattern": "https://www.roc-lang.org/packages/basic-cli/Stdout#line"
},
{
"pattern": "https://liberapay.com/"
},
{
"pattern": "*.html"
}
]
}