Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
add .env command in .gitignore, so the .env will not be tracked.
  • Loading branch information
github4maninder authored Dec 12, 2021
1 parent 0594e36 commit f028e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env.local
.env.development.local
.env.test.local
Expand Down

0 comments on commit f028e31

Please sign in to comment.