Skip to content

Commit ea2c3d4

Browse files
authored
Use real conventions
Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
1 parent 111cf18 commit ea2c3d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Node.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ typings/
7272
.yarn-integrity
7373

7474
# dotenv environment variables file
75-
.env
76-
.env.test
75+
.env.development.local
76+
.env.test.local
77+
.env.production.local
78+
.env.local
7779

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

0 commit comments

Comments
 (0)