Skip to content

Commit 5bba9e5

Browse files
authored
fix: update git ignore for env prod and dev (#488)
1 parent 77a8260 commit 5bba9e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ yarn-debug.log*
2626
yarn-error.log*
2727

2828
# local env files
29-
.env
30-
.env*.local
29+
.env.dev
30+
.env.prod
3131

3232
# vercel
3333
.vercel

0 commit comments

Comments
 (0)