forked from ai-dynamo/dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lycheeignore
More file actions
23 lines (17 loc) · 822 Bytes
/
Copy path.lycheeignore
File metadata and controls
23 lines (17 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ignore all file:// protocol URLs (examples, local references, etc.)
^file://
# Ignore URLs in test data files
.*tests/data.*
# Ignore placeholder URLs in docs templates
^https://\.\.\./
^https://github\.com/\.\.\.
# Private repos referenced in docs (404 to unauthenticated lychee)
^https://github\.com/ai-dynamo/pi-dynamo-provider
# Redirects to networking-docs.nvidia.com which refuses connections from
# GitHub runners (network/firewall). The page loads from a normal browser.
^https://docs\.nvidia\.com/networking/display/cokan10/network\+operator
# Slow from GitHub runners and not part of Dynamo-owned documentation.
^https://martinfowler\.com/articles/practical-test-pyramid\.html
# Served by Netlify and intermittently fails from GitHub runners.
^https://etcd\.io/?$
^https://etcd\.io/docs/v3\.5/install/?$