added .lychee.toml for lychee exclude links

This commit is contained in:
Knox Lively
2024-03-07 17:33:58 -07:00
parent e76df2d792
commit 7f806a339b
+12
View File
@@ -0,0 +1,12 @@
# This configuration file is used by the Lychee link checker to manage settings, including the exclusion of specific directories and files from being checked.
# Directories and file paths to be excluded are specified under the 'exclude' setting, utilizing glob patterns for matching. This allows for more precise control over the scope of the link checking process.
# Reference: https://github.com/lycheeverse/lychee?tab=readme-ov-file#ignoring-links
# NOTE: For URL and URL pattern exclusions, please use ".lycheeignore"
# Add specific exclusions below that have been erroneously flagged
exclude = [
'file:///Users/knox/Repos/waveterm-docs/reference/slashcommands#remote-parse',
'file:///Users/knox/Repos/waveterm-docs/features/sshconfig-imports'
]