mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
856f0ab6f5
* chore: Improve project-wide prettier formatting and ignored files * chore: `Run make fmt/prettier` * Fix gitignore for `.vscode` folder so that ! works * Add comment in `.prettierrc.yaml` to explain `.editorconfig` * Remove scripts/apidocgen/markdown-template/README.md * Use `yq` for processing prettierrc, update lib.sh dependency check * Add `yq` to Dockerfile and Nix
23 lines
325 B
JSON
23 lines
325 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "://localhost"
|
|
},
|
|
{
|
|
"pattern": "://.*.?example\\.com"
|
|
},
|
|
{
|
|
"pattern": "developer.github.com"
|
|
},
|
|
{
|
|
"pattern": "docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "support.google.com"
|
|
},
|
|
{
|
|
"pattern": "tailscale.com"
|
|
}
|
|
]
|
|
}
|