chore: add .env.production and .env.vercel* to gitignore
Prevent accidental commit of production environment files
This commit is contained in:
parent
5d00f2a711
commit
a6681c5930
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -26,6 +26,8 @@ pnpm-debug.log*
|
|||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
.env.production
|
||||
.env.vercel*
|
||||
|
||||
# turbo
|
||||
.turbo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue