Skip to content

Commit

Permalink
🔥 chore(.gitignore): remove unnecessary exclusion of .env.* files
Browse files Browse the repository at this point in the history
The exclusion of .env.* files is no longer necessary as we only need to exclude the root .env file. This change simplifies the .gitignore file and improves clarity.
  • Loading branch information
jofftiquez committed Aug 16, 2023
1 parent 939821c commit 7ff0e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ yarn-error.log*
# Envs
/.full/.env
/.module-*/.env
.env
.env.*
.env

0 comments on commit 7ff0e43

Please sign in to comment.