Skip to content

Commit e0555ec

Browse files
Generalize the gitignore rule for dotenv files (#12)
1 parent 5e0d14c commit e0555ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/getting-started-template/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ typings/
6969
.yarn-integrity
7070

7171
# dotenv environment variables file
72-
.env
73-
.env.test
72+
.env*
7473

7574
# parcel-bundler cache (https://parceljs.org/)
7675
.cache

0 commit comments

Comments
 (0)