From 40f5bc9926032e689d6c78e2d203aed76d867475 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 30 Jun 2026 14:42:31 -0400 Subject: [PATCH] chore(.gitignore): add vercel and env.local to ignore list --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 43f0978..6a0ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ pnpm-debug.log* .cache .astro tmp/ +.vercel +.env*.local