Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 3a3dfe6

Browse files
committed
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
1 parent daf248a commit 3a3dfe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ typings/
5151
# Output of 'npm pack'
5252
*.tgz
5353

54-
# dotenv environment variables file
55-
.env
54+
# dotenv environment variable files
55+
.env*
5656

5757
# gatsby files
5858
.cache/

0 commit comments

Comments
 (0)