aboutsummaryrefslogtreecommitdiff
path: root/.prettierignore
blob: 4ad03a9287f4de6dd8c612582a77ea49765b627d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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