From c73d4939e95043e587cde93ea14e6e478ae32206 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 15 Jun 2023 12:23:17 +0530 Subject: [PATCH] Ignore localhost --- .lycheeignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 22607d973..c30ec9c96 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,14 +1,21 @@ # These links are ignored by our link checker https://github.com/lycheeverse/lychee + # The file allows you to list multiple regular expressions for exclusion (one pattern per line). # Network error: Forbidden + https://codepen.io # Timeout error, maybe Twitter has anti-bot defenses against GitHub's CI servers? + https://twitter.com/mermaidjs_ # Site is down occasionally + https://bundlephobia.com/ # Don't check files that are generated during the build via `pnpm docs:code` -packages/mermaid/src/docs/config/setup/* + +packages/mermaid/src/docs/config/setup/\* + +http://localhost