Skip to content

Commit 0645476

Browse files
authored
Add ignorePatterns to .mlc_config.json
1 parent fe4517f commit 0645476

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.mlc_config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"Accept-Encoding": "zstd, br, gzip, deflate"
88
}
99
}
10-
]
10+
],
11+
"ignorePatterns": [
12+
{
13+
"pattern": "^https://developers.redhat.com"
14+
}
15+
],
1116
}

0 commit comments

Comments
 (0)