From 9e686af2e30354bda2b36be050c781d1892f3b1e Mon Sep 17 00:00:00 2001 From: Corentin Date: Mon, 11 May 2026 09:53:48 +0000 Subject: [PATCH] chore: gitignore .pnpm-store Local pnpm content-addressable store should not be tracked. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 862c9e2c..89aed763 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ data # compiled output /dist /node_modules +.pnpm-store # Logs logs