diff --git a/mlc_config.json b/mlc_config.json index d393e1b9..b20ac6f1 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -1,3 +1,8 @@ { - "aliveStatusCodes": [0, 200] + "aliveStatusCodes": [0, 200], + "ignorePatterns": [ + { + "pattern": "https://www.microchip.com/development-tool/.*" + } + ] } \ No newline at end of file