e04ed9c211
CF: Deploy Dev Docs / deploy (push) Waiting to run
Sync Labels / build (push) Waiting to run
tests / unit tests (macos-latest) (push) Waiting to run
tests / unit tests (ubuntu-latest) (push) Waiting to run
tests / unit tests (windows-latest) (push) Waiting to run
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
# Ignore documentation placeholders and generic example domains
|
|
^https?://([a-zA-Z0-9-]+\.)?example\.com(:\d+)?(/.*)?$
|
|
^http://example\.net
|
|
|
|
# Shields.io badges often trigger rate limits or intermittent 503s
|
|
^https://img\.shields\.io/.*
|
|
|
|
# PDF files are ignored as lychee cannot reliably parse internal PDF links
|
|
\.pdf$
|
|
|
|
# Standard mailto: protocol is not a web URL
|
|
^mailto:
|
|
|
|
# Ignore local development endpoints that won't resolve in CI/CD environments
|
|
^https?://(127\.0\.0\.1|localhost)(:\d+)?(/.*)?$
|
|
|
|
# Placeholder for Google Cloud Run service discovery
|
|
https://cloud-run-url.app/
|
|
|
|
# DGraph Cloud and private instance endpoints
|
|
https://xxx.cloud.dgraph.io/
|
|
https://cloud.dgraph.io/login
|
|
https://dgraph.io/docs
|
|
https://play.dgraph.io/
|
|
|
|
# MySQL Community downloads and main site (often protected by bot mitigation)
|
|
^https?://(.*\.)?mysql\.com/.*
|
|
|
|
# Claude desktop download link
|
|
https://claude.ai/download
|
|
|
|
# Google Cloud Run product page
|
|
https://cloud.google.com/run/*
|
|
https://console.cloud.google.com/*
|
|
|
|
# These specific deep links are known to cause redirect loops or 403s in automated scrapers
|
|
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
|
|
https://dev.mysql.com/doc/refman/8.4/en/user-names.html
|
|
|
|
# npmjs links can occasionally trigger rate limiting during high-frequency CI builds
|
|
^https?://(www\.)?npmjs\.com/.*
|
|
|
|
https://www.oceanbase.com/
|
|
|
|
# Ignore social media and blog profiles to reduce external request overhead
|
|
https://medium.com/@mcp_toolbox |