-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.lycheeignore
More file actions
60 lines (46 loc) · 1.58 KB
/
.lycheeignore
File metadata and controls
60 lines (46 loc) · 1.58 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
# Lychee Ignore Patterns
# Patterns in this file will be excluded from link checking
# Protocol-relative URLs - convert to https and check
^//github\.com
^//www\.adobe\.com
# Local development URLs
http://localhost
http://127.0.0.1
# Placeholder URLs in documentation that are examples, not real links
example\.com
example\.org
test\.com
# Adobe URLs that may have rate limiting or be temporarily unavailable
# We trust these are valid even if temporarily unreachable
https://www.adobe.com/content/dam/acom/en/devnet/actionscript/articles/PLRM.pdf
https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf
# Wikipedia may block certain user agents
https://en.wikipedia.org/wiki/
# Ghostscript official site
https://www.ghostscript.com/
# Relative paths that look like URLs in code examples
# These are PostScript code examples, not actual URLs
file:///path/to/
%device%
# PostScript-specific pseudo-URLs used in examples
%stdin
%stdout
%statementedit
%lineedit
# GitHub URLs for this repository (will be checked differently)
# Exclude to avoid checking during development
# https://github.com/claricle/postscript-guide
# Template/placeholder patterns in examples
PLACEHOLDER
TODO
FIXME
# Cross-reference anchors that are internal to generated HTML
# These will be validated in the built site, not source
#.*\.adoc#.*
# PostScript.org site unavailable
https://www.postscript.org/
# Schema.org may be temporarily unavailable
https://schema.org/
# Internal files
file:///home/runner/work/postscript-guide/postscript-guide/LICENSE
file:///home/runner/work/postscript-guide/postscript-guide/LINK_CHECKING.md