From 339a337068f92ebd886f6e02fc7bdf0815123cc7 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 27 Feb 2024 09:06:56 -0700 Subject: [PATCH] added lychee reference --- .lycheeignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index 5875f8b..44eb031 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,5 +1,6 @@ # This file is utilized by the Lychee link checker to identify which URLs or URL patterns should be omitted during checks. # Enter each URL or pattern you wish to exclude on a separate line, employing regular expressions for targeted exclusions or glob-style patterns for broader matches. +# Reference: https://github.com/lycheeverse/lychee?tab=readme-ov-file#ignoring-links # # Usage: # - Write full URLs to ignore specific links. @@ -11,4 +12,4 @@ # Ignore localhost url from README README.md -http://localhost* \ No newline at end of file +http://localhost*