-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.lycheeignore
More file actions
64 lines (54 loc) · 1.94 KB
/
.lycheeignore
File metadata and controls
64 lines (54 loc) · 1.94 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# URLs to ignore during external link checking
# Supports regex patterns - lines starting with # are comments
# Note: Private IPs (localhost, 10.x, 172.16-31.x, 192.168.x) are handled by exclude_all_private in lychee.toml
# Example/placeholder URLs
https?://example\.com.*
https?://your-.*
https?://.*\.example\..*
https?://___.*___.*
# Internal Sentry development URLs
https?://.*\.getsentry\.net.*
https?://sentry-content-dashboard\.sentry\.dev.*
# Sites known to block automated checkers
https?://twitter\.com.*
https?://x\.com.*
https?://linkedin\.com.*
https?://www\.linkedin\.com.*
https?://www\.npmjs\.com.*
https?://search\.maven\.org.*
https?://medium\.com.*
https?://.*\.medium\.com.*
https?://gitlab\.com/oauth/.*
https?://docs\.gitlab\.com.*
https?://dev\.epicgames\.com.*
https?://docs\.unrealengine\.com.*
https?://cursor\.com.*
https?://dash\.cloudflare\.com.*
https?://www\.freedesktop\.org.*
# TLS compatibility issues (sites work in browser but fail in lychee due to native-tls)
# bottlepy.org only supports TLS 1.3, incompatible with lychee's TLS backend
https?://bottlepy\.org.*
# Cloudflare ECH (Encrypted Client Hello) required - fails even with curl/openssl
https?://help\.revise\.dev.*
https?://.*\.intercomhelpcenter\.com.*
# Rate-limited sites (may fail intermittently with 429)
https?://godoc\.org.*
https?://pkg\.go\.dev.*
# Interactive demos that may not respond to HEAD requests
https?://demo\.arcade\.software.*
# Private/internal resources
https?://linear\.app/getsentry.*
https?://sentry\.looker\.com.*
https?://app\.hex\.tech.*
https?://.*\.notion\.so.*
https?://www\.notion\.so.*
https?://github\.com/getsentry/getsentry.*
https?://github\.com/getsentry/sentry-options-automator.*
https?://github\.com/getsentry/etl.*
https?://sentry\.zendesk\.com.*
# Placeholder domains commonly used in docs
https?://api\.example\.com.*
https?://your-api-host.*
https?://empowerplant\.io.*
# Private GitHub repos
https?://github\.com/getsentry/sdk-skills.*