mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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"
|
|
}
|
|
]
|
|
}
|