forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
85 lines (61 loc) · 1.92 KB
/
.prettierignore
File metadata and controls
85 lines (61 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
**/dist/
**/dist-dev/
**/test/output/
**/bin/
**/out/
**/obj/
**/.vs/
**/.docusaurus/
.chronus/changes/
# Pnpm lock file
pnpm-lock.yaml
# Emu spec file, formatting is wrong
packages/spec/src/spec.emu.html
# 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.tsp files.
packages/compiler/test/formatter/**/*.tsp
# That is an example with error and can't be formatted
packages/samples/specs/local-typespec/test.tsp
spec.emu.html
# Auto generated reference docs.
website/src/content/docs/docs/**/reference/
website/src/content/docs/docs/standard-library/built-in-decorators.md
website/src/content/docs/docs/standard-library/built-in-data-types.md
# Auto generated version list
website/playground-versions.json
# Auto generated built-in template list
packages/compiler/templates/scaffolding.json
packages/compiler/templates/__snapshots__/
#.tsp init template
eng/feeds/
# Skip formatting tsp files
*.noformat.tsp
packages/compiler/test/e2e/cli/scenarios/unformatted/
# Tm Grammars generated files
grammars/
# auto generated code model files
**/tspCodeModel.json
# C# Client generated files
packages/http-client-csharp/generator/**/TestProjects/**/*.json
# auto generated api view properties files
packages/http-client-java/generator/http-client-generator-test/**/*.json
packages/http-client-java/generator/http-client-generator-clientcore-test/**/*.json
# Files with invalid sh syntax
packages/http-client-java/**/*.properties
# auto generated http-client-js files
packages/http-client-js/test/e2e/generated/
# built test files for http-client-js
packages/http-client-js/dist-test
# swagger-ui-dist lib files
packages/typespec-vscode/swagger-ui/swagger-ui*
# Docs with code
docs/samples/client/csharp/oauth/readme.md
packages/http-client-csharp/generator/docs/architecture.md
.gitattributes
CODEOWNERS