We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38fac0 commit b6521aaCopy full SHA for b6521aa
.gitignore
@@ -5,8 +5,6 @@ npm-debug.log*
5
yarn-debug.log*
6
yarn-error.log*
7
lerna-debug.log*
8
-*.env
9
-.env
10
11
# Diagnostic reports (https://nodejs.org/api/report.html)
12
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -72,6 +70,7 @@ typings/
72
70
73
71
# dotenv environment variables file
74
.env
+*.env
75
.env.test
76
77
# parcel-bundler cache (https://parceljs.org/)
0 commit comments