diff --git a/mlc_config.json b/mlc_config.json new file mode 100644 index 0000000..cf691cb --- /dev/null +++ b/mlc_config.json @@ -0,0 +1,13 @@ +{ + "ignorePatterns": [ + { + "pattern": "^https?://0.0.0.0:\\d+" + }, + { + "pattern": "^https?://127.0.0.1:\\d+" + }, + { + "pattern": "^https?://localhost:\\d+" + } + ] +}