diff options
Diffstat (limited to '.mlc_config.json')
-rw-r--r-- | .mlc_config.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.mlc_config.json b/.mlc_config.json deleted file mode 100644 index 8164bc4f..00000000 --- a/.mlc_config.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ignorePatterns": [ - { - "pattern": "^https:\/\/pi-hole\.net\b" - }, - { - "pattern": "^https:\/\/docs\.stackpulse\.io\b" - } - ], - "replacementPatterns": [ - { - "pattern": "^/", - "replacement": "/github/workspace/" - } - ], - "aliveStatusCodes": [ - 200, - 429 - ] -} |