spacedrive/.prettierignore
Oscar Beaumont e720b8099a
[ENG-1075] Light mode for QuickPreview (#1403)
* fix line number background thing

* Prism dark mode + move to one dark/one light

* subtle

---------

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2023-10-03 16:18:16 +00:00

27 lines
470 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
# Import only file, which order is relevant
interface/components/TextViewer/prism.tsx
.next/
.contentlayer/