-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.prettierignore
More file actions
executable file
·260 lines (226 loc) · 12.4 KB
/
.prettierignore
File metadata and controls
executable file
·260 lines (226 loc) · 12.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# ===========================================================================
# Canonical exclusions - mirrored to:
# Maintain/Format.sh (shfmt find paths)
# .vscode/settings.json (files.exclude / search.exclude /
# files.watcherExclude / formatFiles.*)
# ../.vscode/settings.json (workspace-root settings)
# rustfmt.toml `ignore` array
#
# Add new generated / vendored / cache paths here AND in the four sibling
# files so every formatter / sidebar / search agrees.
# ===========================================================================
# Vendored upstream code - never reformat. The few subpaths below the
# wildcard reformat would touch are pre-listed for back-compat with the
# existing line-by-line ignore further down.
Dependency
**/Dependency
**/Dependency/**
# Cargo build output (workspace + per-Element).
Target
target
**/Target
**/target
**/Target/**
**/target/**
# Cargo build-script artefacts. Tauri's codegen stages binary asset
# payloads under `.sh` / arbitrary filenames here; many are not valid
# UTF-8 and prettier crashes on them.
**/.fingerprint
**/.fingerprint/**
**/incremental
**/incremental/**
**/deps
**/deps/**
**/tauri-codegen-assets
**/tauri-codegen-assets/**
# Rustdoc + cargo-doc output trees (per-Element + workspace-root).
**/Documentation/Rust/doc
**/Documentation/Rust/doc/**
**/Documentation/Rust/debug
**/Documentation/Rust/debug/**
**/Documentation/Rust/release
**/Documentation/Rust/release/**
# JS/TS build + cache trees.
.astro
.cache
.eslintcache
.next
.parcel-cache
.swc
.turbo
dist
**/.astro
**/.astro/**
**/.cache
**/.cache/**
**/.eslintcache
**/.next
**/.next/**
**/.parcel-cache
**/.parcel-cache/**
**/.swc
**/.swc/**
**/.turbo
**/.turbo/**
**/dist
**/dist/**
# Project-internal codegen output (Vine.proto -> tonic, Sky channel
# codegen, Wind effect bridges, etc).
**/Generated
**/Generated/**
**/.generated
**/.generated/**
# SideCar's vendored Node distribution per platform/version.
**/SideCar/*/NODE
**/SideCar/*/NODE/**
**/Element/SideCar/*/NODE
**/Element/SideCar/*/NODE/**
# ===========================================================================
# Pre-existing ignores (kept verbatim).
# ===========================================================================
.DS_Store
.env.development.local
.env.local
.env.production.local
.env.test.local
.eslintcache
.pnpm-debug.log
~*.docx
~*.tmp
Cargo.lock
debug.log
node_modules
npm-debug.log*
package-lock.json
pnpm-lock.yaml
yarn-debug.log*
yarn-error.log*
Dependency/Microsoft/Dependency/Gnls/addon/gn
Dependency/Microsoft/Dependency/Gnls/build
Dependency/Microsoft/Dependency/Gnls/compile_commands.json
Dependency/Microsoft/Dependency/LandDocs/*.md
Dependency/Microsoft/Dependency/LandGradle/extension/.vscode-test
Dependency/Microsoft/Dependency/LandGradle/extension/out/
Dependency/Microsoft/Dependency/LandGradle/extension/dist/
Dependency/Microsoft/Dependency/LandGradle/extension/test-fixtures/
Dependency/Microsoft/Dependency/LandGradle/extension/package.json
Dependency/Microsoft/Dependency/LandGradle/extension/lib/
Dependency/Microsoft/Dependency/LandGradle/extension/Source/proto/
Dependency/Microsoft/Dependency/LandGradle/extension/build/
Dependency/Microsoft/Dependency/LandJupyter/Source/platform/pythonEnvironments/*
Dependency/Microsoft/Dependency/LandJupyter/Source/test/pythonEnvironments/*
Dependency/Microsoft/Dependency/LandPullRequestGithub/.vscode-test
Dependency/Microsoft/Dependency/LandPullRequestGithub/dist
Dependency/Microsoft/Dependency/LandPullRequestGithub/**/@types/*
Dependency/Microsoft/Dependency/LandPythonInstaller/Source/client/pythonEnvironments/*
Dependency/Microsoft/Dependency/LandPythonInstaller/Source/test/pythonEnvironments/*
Dependency/Microsoft/Dependency/LandPythonInstaller/Source/test/pythonEnvironments/*
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/build/
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/dist/
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/react/
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/test-webview
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/coverage/
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/temp/
Dependency/Microsoft/Dependency/LandWebviewUiToolkit/docs/api-report.md
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/component-gallery/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/editable-data-grid/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/hello-world-webpack/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/notepad/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/out
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/default/weather-webview/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/dist
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/.pnp
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-vue.pnp.js
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/coverage
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/build
Dependency/Microsoft/Dependency/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/dist
Dependency/Microsoft/Dependency/MonacoEditor/**/dist/
Dependency/Microsoft/Dependency/MonacoEditor/**/out/
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-parcel/.parcel-cache/
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-parcel/dist/
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-vite-react/dist/**/*.js
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-webpack/dist/*.js
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-webpack-monaco-plugin/dist/*.js
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-webpack-small/dist/*.js
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-webpack-typescript/dist/*.js
Dependency/Microsoft/Dependency/MonacoEditor/samples/browser-esm-webpack-typescript-react/dist/*.js
Dependency/Microsoft/Dependency/MonacoEditor/Source/language/typescript/lib/
Dependency/Microsoft/Dependency/MonacoEditor/test/manual/generated/
Dependency/Microsoft/Dependency/MonacoEditor/website/lib/
Dependency/Microsoft/Dependency/MonacoEditor/website/typedoc/monaco.d.ts
Dependency/Microsoft/Dependency/MonacoEditor/test/smoke/vite/dist
Dependency/Microsoft/Dependency/MonacoEditor/test/smoke/parcel/dist
Dependency/Microsoft/Dependency/Editor
vendor
# Generated Rust documentation (cargo doc output - all Elements)
**/Documentation/Rust/**
# Cargo build artifacts - all Elements (PascalCase Target/)
**/Target/**
# SideCar downloaded Node.js runtimes (per-arch, per-version trees)
Element/SideCar/*/NODE/**
# GitHub CI/CD config and meta files (all levels)
**/.github/**
# Graphviz diagram sources
Knowledge.dot
Knowledge.svg
**/.turbo