diff options
Diffstat (limited to '.prettierignore')
| -rw-r--r-- | .prettierignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..4ad03a9 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,16 @@ +# built product/cache +target/ +dist/ + +# just in case it tries to parse for some reason +*.rs + +# we plainly don't need a lockfile to look nice +pnpm-lock.yaml + +# Import order is important +apps/desktop/src/index.tsx + +# codegen from rspc -- not supposed to look nice +/packages/client/src/core.ts +apps/desktop/src/commands.ts |
