From a6681c59301bd57c6ba431cc0d2862898c714a68 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Thu, 22 Jan 2026 09:21:59 +1000 Subject: [PATCH] chore: add .env.production and .env.vercel* to gitignore Prevent accidental commit of production environment files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 591e7eb..8050b04 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,8 @@ pnpm-debug.log* # local env files .env*.local .env +.env.production +.env.vercel* # turbo .turbo