feat(starters): Update .gitignore in all starters to ignore .env, .env.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
This commit is contained in:
GatsbyJS Bot
2019-10-25 16:03:01 +00:00
parent 83851fd8e1
commit 784aa3ebe7
+2 -2
View File
@@ -51,8 +51,8 @@ typings/
# Output of 'npm pack'
*.tgz
# dotenv environment variables file
.env
# dotenv environment variable files
.env*
# gatsby files
.cache/