From 09d8e59e232c9365734abc29582cc88665d86eab Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Thu, 4 Jul 2024 16:23:58 +0200 Subject: [PATCH] feat: skip broken url (#20) --- .mlc_config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mlc_config.json diff --git a/.mlc_config.json b/.mlc_config.json new file mode 100644 index 0000000..e767806 --- /dev/null +++ b/.mlc_config.json @@ -0,0 +1,7 @@ +{ + "ignorePatterns": [ + { + "pattern": "(http|https)://shanemiltonphotography.com" + } + ] +}