From bd4059f81781423c56f93c901096380d8d8d5875 Mon Sep 17 00:00:00 2001 From: Anthony Powell Date: Tue, 10 Dec 2024 09:49:31 -0500 Subject: [PATCH] Update .gitignore Ignore .pnpm-store so that changsets PRs do not blow up the diff --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3857c75..c9082aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ storybook-static yarn.lock pnpm-lock.yaml coverage -esbuild-why* \ No newline at end of file +esbuild-why* +.pnpm-store