mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-05 08:36:39 +02:00
Fix lycheeignore
This commit is contained in:
@@ -1,23 +1,14 @@
|
|||||||
# These links are ignored by our link checker https://github.com/lycheeverse/lychee
|
# 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).
|
# The file allows you to list multiple regular expressions for exclusion (one pattern per line).
|
||||||
|
|
||||||
# Network error: Forbidden
|
# Network error: Forbidden
|
||||||
|
|
||||||
https://codepen.io
|
https://codepen.io
|
||||||
|
|
||||||
# Timeout error, maybe Twitter has anti-bot defenses against GitHub's CI servers?
|
# Timeout error, maybe Twitter has anti-bot defenses against GitHub's CI servers?
|
||||||
|
|
||||||
https://twitter.com/mermaidjs_
|
https://twitter.com/mermaidjs_
|
||||||
|
|
||||||
# Site is down occasionally
|
|
||||||
|
|
||||||
https://bundlephobia.com/
|
|
||||||
|
|
||||||
# Ignore localhost links
|
|
||||||
|
|
||||||
http://localhost:3333/
|
|
||||||
|
|
||||||
# Don't check files that are generated during the build via `pnpm docs:code`
|
# 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/\*
|
# Ignore localhost
|
||||||
|
http://localhost:3333/
|
||||||
|
Reference in New Issue
Block a user