mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
to satisfy CI --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
36 lines
476 B
JSON
36 lines
476 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "://localhost"
|
|
},
|
|
{
|
|
"pattern": "://.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "github.com/<your_github_handle>"
|
|
},
|
|
{
|
|
"pattern": "imgur.com"
|
|
},
|
|
{
|
|
"pattern": "support.google.com"
|
|
},
|
|
{
|
|
"pattern": "mailto:"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
},
|
|
{
|
|
"pattern": "wireguard.com"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [200, 0]
|
|
}
|