forked from SWE-agent/SWE-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmlc_config.json
More file actions
44 lines (43 loc) · 785 Bytes
/
mlc_config.json
File metadata and controls
44 lines (43 loc) · 785 Bytes
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
{
"ignorePatterns": [
{
"pattern": "https://github.com/?.*"
},
{
"pattern": "https://platform.openai.com/docs/.*"
},
{
"pattern": "https://docs.anthropic.com/.*"
},
{
"pattern": ".*localhost.*"
},
{
"pattern": "https?://(.*\\.)?twitter\\.com/.*"
},
{
"pattern": "https?://(.*\\.)?x\\.com/.*"
},
{
"pattern": "https://linuxize.com/post/bash-heredoc/"
},
{
"pattern": "https://leetcode.com/problems/.*"
},
{
"pattern": "https://jsoneditoronline.org/.*"
},
{
"pattern": ".*\\.md/#sweagent\\..*"
},
{
"pattern": "^(?!https).*(?<!\\.md)$"
}
],
"replacements": [
{
"pattern": "/#.*",
"replacement": ""
}
]
}