roc/mlc_config.json
Anton-4 519eb9625c
ignore local html files
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-02 11:28:20 +02:00

53 lines
1.1 KiB
JSON

{
"ignorePatterns": [
{
"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"
},
{
"pattern": "/builtins"
},
{
"pattern": "https://www.10xeditor.com/"
},
{
"pattern": "https://twitter.com/"
},
{
"pattern": "https://mobile.twitter.com/"
},
{
"pattern": "https://www.roc-lang.org/packages/basic-cli/Stdout#line"
},
{
"pattern": "https://liberapay.com/"
},
{
"pattern": "*.html"
}
]
}