27 строки
492 B
Plaintext
27 строки
492 B
Plaintext
**/dist/
|
|
**/dist-dev/
|
|
**/test/output/
|
|
**/bin/
|
|
**/obj/
|
|
**/.vs/
|
|
common/temp/
|
|
common/scripts/
|
|
common/changes/
|
|
common/config/rush/pnpm-lock.yaml
|
|
|
|
# Coverage report directory
|
|
**/coverage/
|
|
|
|
# These are standard and should not be edited
|
|
SECURITY.md
|
|
CODE_OF_CONDUCT.md
|
|
|
|
# These are auto-generated by rush
|
|
**/CHANGELOG.md
|
|
|
|
# Don't format compiler test cadl files.
|
|
packages/compiler/test/formatter/**/*.cadl
|
|
|
|
# That is an example with error and can't be formatted
|
|
packages/samples/local-cadl/test.cadl
|