-
-
Notifications
You must be signed in to change notification settings - Fork 311
/
mlc_config.json
52 lines (52 loc) · 1.12 KB
/
mlc_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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"
}
]
}