From ac1811c76576615fa3ded4f1fd424114ac5d6b19 Mon Sep 17 00:00:00 2001 From: Satyam-Rastogi Date: Fri, 29 May 2026 00:35:35 +0530 Subject: [PATCH] chore: ignore .vercel dir and add .npmrc with shamefully-hoist for pnpm --- .gitignore | 1 + .npmrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.gitignore b/.gitignore index f4ad879..9a031c7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ Estimate_Section_Screens_and_Workflows/ # Claude Code local config (session memory, not for repo) .claude/ +.vercel diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..bf2e764 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true