From d38385bf0a0262d94ba82219d4ada41e4ee34208 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Fri, 27 May 2022 09:35:26 -0700 Subject: [PATCH] Skip gateway and 127.0.0.1 address in link checker (#2260) --- .lycheeignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 04cb90d6b5643..c9c0f15c05d1e 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,4 @@ file://.* http://localhost.* +http://127.0.0.1.* +https://gateway.devnet.sui.io.*