From 9122eddb7c0bf903eba853d51cbe9c4e5837cc3a Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 25 Aug 2023 12:54:26 +0200 Subject: [PATCH] chore: add .pnpm-store to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 388b93b..c6a38d5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ next-env.d.ts # data exports/** !exports/.gitkeep + +.pnpm-store