-
Notifications
You must be signed in to change notification settings - Fork 0
/
lychee.toml
34 lines (32 loc) · 860 Bytes
/
lychee.toml
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
# ref: https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml
exclude_path = [
".git",
"node_modules",
"worker/node_modules",
".lycheecache", # cspell:ignore lycheecache
# ignore autogenerated files
".gitignore",
# ignore binaries
"bun.lockb", # cspell:ignore lockb
"worker/bun.lockb",
"win/powertoys", # cspell:ignore powertoys
]
exclude = [
"https://dot.risunosu.com",
# exclude ${} patterns
".*\\$(%7B.*%7D.*)?$",
# win/winget.json
"https://cdn.winget.microsoft.com/cache",
# renovate.json5
# seems to have a strict too many requests policy
"https://regex101.com",
# .vscode/
# requests are forbidden
"https://code.visualstudio.com",
# wsl/install.sh
# can't be accessed
"https://mise.jdx.dev/deb",
# mise-tasks/worker/wrangler-args
# an example of a url with authentication
"https://[email protected]/owner/repo",
]