Skip to content

Commit

Permalink
chore: update gitignore to ignore .env variants
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Jan 18, 2024
1 parent 919133f commit ebcbb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
.nfs*

# Config
.env
.env*
!.env.example

# Logs
logs
Expand Down

0 comments on commit ebcbb0c

Please sign in to comment.