Skip to content

Commit

Permalink
feat(starters): Update .gitignore in all starters to ignore .env, .en…
Browse files Browse the repository at this point in the history
…v.development, .env.production, etc. (#18968)

* Update '.env' line in .gitignore to '.env*' so that it works for .env.development, .env.production, etc. files

* Update '.env' line in the .gitignore file of other starters to '.env*' so that it works for .env.development, .env.production, etc. files
  • Loading branch information
gatsbybot committed Oct 25, 2019
1 parent 83851fd commit 784aa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ typings/
# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
# dotenv environment variable files
.env*

# gatsby files
.cache/
Expand Down

0 comments on commit 784aa3e

Please sign in to comment.