-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmlc_config.json
38 lines (38 loc) · 946 Bytes
/
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
{
"aliveStatusCodes": [200, 403, 418, 500, 503],
"ignorePatterns": [
{
"pattern": "github/workspace/docs/software/overview$"
},
{
"pattern": "^https://bianca.uppmax.uu.se$"
},
{
"pattern": "^https://bianca.uppmax.uu.se/$"
},
{
"pattern": "^https://www.sylabs.io/$"
},
{
"pattern": "^https://www.sylabs.io/docs$"
},
{
"pattern": "^https://www.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "^https://docs.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "swcarpentry.github.io/r-novice-inflammation/$"
},
{
"pattern": "^https://www.c3se.chalmers.se/documentation/remote-vscode/$"
},
{
"pattern": "^https://visible-learning.org/hattie-ranking-influences-effect-sizes-learning-achievement/$"
},
{
"pattern": "^http://hostname:8888$"
}
]
}