# 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/

# Stops from constant package.json changes showing up in commits
package*.json
