Skip to content

Commit a476758

Browse files
committed
Add missing .env
1 parent f3ae6b0 commit a476758

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ typings/
6969
.yarn-integrity
7070

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

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

packages/cli/test/dotenv/.env

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ENV=env
2+
TEST_ENVLOCAL_OVERIDE_ENV=env
3+
TEST_ENVPROD_OVERIDE_ENV=env
4+
TEST_ENVPRODLOCAL_OVERIDE_ENV=env
5+
PATH=env

0 commit comments

Comments
 (0)