-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy path.lycheeignore
More file actions
29 lines (22 loc) · 1.06 KB
/
.lycheeignore
File metadata and controls
29 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Lychee ignore patterns
# See https://github.com/lycheeverse/lychee for documentation
# Placeholder and test-fixture URLs (not real links)
https://github.com/org/repo
https://github.com/verygoodopensource/_very_good_analysis
https://not-pub.dev
# Partial URL used as a string template in source code
https://github.com/verygoodopensource/very_good_cli/releases/tag/v
# Changelog compare links reference tags that don't exist until the release is published
https://github.com/VeryGoodOpenSource/very_good_cli/compare/
# External sites that block automated requests
https://www.cyberciti.biz
# Fake file:// URIs in test fixtures (not real filesystem paths)
^file://
# Root-relative paths in Docusaurus site docs (can't be resolved without a root dir)
# Images served from site/static — valid when deployed but not resolvable locally
^/img/
# Virtual category pages generated by Docusaurus at build time
^/docs/category/
# Dart string interpolation placeholders in source code (e.g. $packageName)
# These are not real URLs — lychee picks them up as literal link text
\$\w+