summaryrefslogtreecommitdiffstats
path: root/.mlc_config.json
diff options
context:
space:
mode:
Diffstat (limited to '.mlc_config.json')
-rw-r--r--.mlc_config.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.mlc_config.json b/.mlc_config.json
deleted file mode 100644
index 8164bc4f8..000000000
--- 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
- ]
-}