From 5b4efbad494bb8855e8a947f696432019dd86567 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 15 Jun 2023 09:50:14 +0530 Subject: [PATCH] ignore .pnpm-store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index efbfc8b36..7b9ec5c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ stats/ **/user-avatars/* **/contributor-names.json +.pnpm-store