Skip to content

Commit

Permalink
fix: .env.example should not be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh committed Oct 27, 2021
1 parent 4c9e3f0 commit 0329973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ web_modules/
# dotenv environment variables file
.env
.env.*
!.env.example

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down

0 comments on commit 0329973

Please sign in to comment.