Skip to content

Commit

Permalink
fix: update .gitignore to include specific environment variable files…
Browse files Browse the repository at this point in the history
…; exclude all .env files while keeping .env.* for better management
  • Loading branch information
AhmedNassar7 committed Nov 29, 2024
1 parent 0d22ad9 commit 1b8d370
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
@@ -1,5 +1,6 @@
# Environment variables
.env*
.env
.env.*

# Build and cache files
.parcel-cache/
Expand Down

0 comments on commit 1b8d370

Please sign in to comment.