spacedrive/.prettierignore
Utku 417a2c532c
Hide Notice and some tweaks (#782)
* Hide notice on overview and
- Removed prettier/recommended from eslint
- Optimized imports

* move overview check to parent

* don't show recents if there is none

* use useMatch
2023-05-04 13:56:24 +00:00

20 lines
359 B
Plaintext

# built product/cache
target/
dist/
# macOS/iOS product/cache
.build/
Pods/
# 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