mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
# Helm templates contain variables that are invalid YAML and can't be formatted
|
|
# by Prettier.
|
|
helm/**/templates/*.yaml
|
|
|
|
# Testdata shouldn't be formatted.
|
|
testdata/
|
|
|
|
# Ignore generated files
|
|
**/pnpm-lock.yaml
|
|
**/*.gen.json
|
|
|
|
# Everything in site/ is formatted by Biome. For the rest of the repo though, we
|
|
# need broader language support.
|
|
site/
|