From b58ad639c11af9438707280df641573bb432e329 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 17 Apr 2026 11:14:21 +0200 Subject: [PATCH] Prevents Prettier from formatting the lockfile to avoid conflicts with pnpm's internal formatting --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index f06235c4..31e6cd83 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ +pnpm-lock.yaml node_modules dist