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
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
# Helm templates contain variables that are invalid YAML and can't be formatted
|
|
# by Prettier.
|
|
helm/templates/*.yaml
|
|
|
|
# Terraform state files used in tests, these are automatically generated.
|
|
# Example: provisioner/terraform/testdata/instance-id/instance-id.tfstate.json
|
|
**/testdata/**/*.tf*.json
|
|
|
|
# Testdata shouldn't be formatted.
|
|
scripts/apitypings/testdata/**/*.ts
|