mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:08:30 +00:00
fix(client): exclude generated files from formatting (#33832)
Co-authored-by: Test <test@opencode.test>
This commit is contained in:
parent
f55d8fa3ff
commit
e6c45134ab
3 changed files with 13 additions and 2 deletions
|
|
@ -1,2 +1,4 @@
|
|||
sst-env.d.ts
|
||||
packages/desktop/src/bindings.ts
|
||||
packages/client/src/generated/
|
||||
packages/client/src/generated-effect/
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
["client-error.ts", "client.ts", "index.ts"]
|
||||
[
|
||||
"client-error.ts",
|
||||
"client.ts",
|
||||
"index.ts"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
["client-error.ts", "client.ts", "index.ts", "types.ts"]
|
||||
[
|
||||
"client-error.ts",
|
||||
"client.ts",
|
||||
"index.ts",
|
||||
"types.ts"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue