From 519eb9625c55827af8451f14b095658c763826bb Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:28:20 +0200 Subject: [PATCH] ignore local html files Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mlc_config.json b/mlc_config.json index c8341a6907..836c777d82 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -44,6 +44,9 @@ }, { "pattern": "https://liberapay.com/" + }, + { + "pattern": "*.html" } ] }