From 9260bbbd23036f0c3264392f0dec944cd663a655 Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Tue, 27 Feb 2024 09:03:57 -0700 Subject: [PATCH] updated lycheeignore to include readme/examples --- .lycheeignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index a4766ec..5875f8b 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,14 @@ +# 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. +# +# Usage: +# - Write full URLs to ignore specific links. +# - Use asterisks (*) as wildcards to match any number of characters. +# +# Example: +# https://example.com/specific-page +# *.example.com/* + +# Ignore localhost url from README README.md -http://localhost:3000/ \ No newline at end of file +http://localhost* \ No newline at end of file