From c3a5cc53dc0645e99b1f08c78a316987a45cac70 Mon Sep 17 00:00:00 2001 From: Gregory Horvath Date: Mon, 11 Nov 2024 21:53:53 -0500 Subject: [PATCH] update lycheeignore to ignore localhost --- .lycheeignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index a95071c..11bb28b 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,5 @@ github\.com/private-org/.* -file.*/issues \ No newline at end of file +file.*/issues +localhost:\d+/.* +http://localhost:\d+/.* +https://localhost:\d+/.* \ No newline at end of file