mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": ":\/\/localhost"
|
|
},
|
|
{
|
|
"pattern": ":\/\/.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
}
|
|
]
|
|
}
|