forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mlc_config.json
46 lines (46 loc) · 994 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
39
40
41
42
43
44
45
46
{
"ignorePatterns": [
{
"pattern": "autohotkey.com"
},
{
"pattern": "baeldung.com"
},
{
"pattern": "^CONTRIBUTING\\.md"
},
{
"pattern": "^https://codecov\\.io/"
},
{
"pattern": "^https://dl\\.acm\\.org"
},
{
"pattern": "^https://github\\.com"
},
{
"pattern": "^https://.*\\.jabref\\.org"
},
{
"pattern": "^https://sourcespy\\.com/.*"
},
{
"pattern": "^http://purl\\.org/net/bibteXMP"
},
{
"pattern": "tldrlegal.com"
},
{
"pattern": "^https://web\.archive\.org"
},
{
"pattern": "^https://www\\.slant\\.co/"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://demo.teamscale.com"
}
]
}