mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
bf2f7b575e
This was causing CI to fail... maybe they have bot detection?
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": ":\/\/localhost"
|
|
},
|
|
{
|
|
"pattern": ":\/\/.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "support.google.com"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
}
|
|
]
|
|
}
|