spacedrive/.prettierignore

23 lines
382 B
Plaintext
Raw Normal View History

2023-01-20 03:22:13 +00:00
# built product/cache
2023-01-20 03:17:56 +00:00
target/
dist/
2023-01-20 03:22:13 +00:00
# macOS/iOS product/cache
2023-01-20 03:17:56 +00:00
.build/
Pods/
# just in case it tries to parse for some reason
*.rs
# we plainly don't need a lockfile to look nice
2023-01-20 03:19:19 +00:00
pnpm-lock.yaml
# Import order is important
apps/desktop/src/index.tsx
2023-01-21 08:10:50 +00:00
# codegen from rspc -- not supposed to look nice
/packages/client/src/core.ts
apps/desktop/src/commands.ts
.next/
.contentlayer/