chore: ignore next-env.d.ts in prettier to prevent flapping

This commit is contained in:
2026-02-11 12:09:00 +01:00
parent c4c8ab5c19
commit a2ba79ef7b
2 changed files with 12 additions and 1 deletions

11
.prettierignore Normal file
View File

@@ -0,0 +1,11 @@
# Ignore Next.js auto-generated environment file
# It often uses different quote styles than our project config
next-env.d.ts
# Ignore build output
.next
dist
out
# Ignore other potentially generated files
pnpm-lock.yaml