mirror of
https://github.com/Heretek-AI/heretek-openclaw.git
synced 2026-07-01 12:23:18 -04:00
30 lines
393 B
Plaintext
30 lines
393 B
Plaintext
# Ignore localhost URLs
|
|
http://localhost:*
|
|
https://localhost:*
|
|
127.0.0.1:*
|
|
|
|
# Ignore internal network URLs
|
|
http://192.168.*
|
|
http://10.*
|
|
|
|
# Ignore GitHub edit URLs
|
|
github.com/*edit*
|
|
github.com/*blob*
|
|
github.com/*tree*
|
|
|
|
# Ignore anchor links
|
|
#*
|
|
|
|
# Ignore relative markdown links
|
|
*.md
|
|
*.md#*
|
|
|
|
# Ignore API endpoints
|
|
/api/*
|
|
/v1/*
|
|
|
|
# Ignore placeholder URLs
|
|
example.com
|
|
example.org
|
|
your-domain.com
|