From cdffcfaa334d4e54d184471d7c8198377d7b460a Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 3 Nov 2025 19:59:22 -0800 Subject: [PATCH] Add .pnpm-store to gitignore (#6566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds .pnpm-store to gitignore. It's a cache folder that sometimes appears in certain scenarios that would never need to be checked into git. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6566-Add-pnpm-store-to-gitignore-2a16d73d365081319220f90516cfad3c) by [Unito](https://www.unito.io) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c8b06551..3e400ba39 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ yarn.lock .stylelintcache node_modules +.pnpm-store dist dist-ssr *.local