chore: add .env.production and .env.vercel* to gitignore

Prevent accidental commit of production environment files
This commit is contained in:
Ajax Davis 2026-01-22 09:21:59 +10:00
parent 5d00f2a711
commit a6681c5930

2
.gitignore vendored
View file

@ -26,6 +26,8 @@ pnpm-debug.log*
# local env files
.env*.local
.env
.env.production
.env.vercel*
# turbo
.turbo