Skip to content

Commit b6521aa

Browse files
committed
moving gitignore env keys to proper section
1 parent c38fac0 commit b6521aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
8-
*.env
9-
.env
108

119
# Diagnostic reports (https://nodejs.org/api/report.html)
1210
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -72,6 +70,7 @@ typings/
7270

7371
# dotenv environment variables file
7472
.env
73+
*.env
7574
.env.test
7675

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

0 commit comments

Comments
 (0)