Skip to content

Commit

Permalink
chore(repo): add env to gitignore
Browse files Browse the repository at this point in the history
Ignore all .env files expect .env.example for safety reasons
  • Loading branch information
JowiAoun committed Sep 19, 2024
1 parent 6d663a2 commit b2f2908
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ Thumbs.db
# Next.js
.next
out

# Environment variables files
**/*.env
**/*.env.*
!**/*.env.example

0 comments on commit b2f2908

Please sign in to comment.