mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
ensure more things are ignored by prettier
This commit is contained in:
@@ -4,7 +4,10 @@ dist/
|
||||
# macOS/iOS product/cache
|
||||
.build/
|
||||
Pods/
|
||||
# prettier sometimes can't parse .d.ts files
|
||||
# just in case it tries to parse for some reason
|
||||
*.rs
|
||||
# prettier sometimes can't parse these
|
||||
*.d.ts
|
||||
# this one ... we just don't need the spam fr
|
||||
packages/interface/scripts/generateSvgImports.mjs
|
||||
# we plainly don't need a lockfile to look nice
|
||||
pnpm-lock.yaml
|
||||
|
||||
Reference in New Issue
Block a user