Skip to content

Commit

Permalink
Add .env and .env.local to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Aug 16, 2024
1 parent e8c350e commit 159917c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# env
.env
.env.local

0 comments on commit 159917c

Please sign in to comment.