Skip to content

Commit 5b579f9

Browse files
authored
Merge pull request #3316 from frederikhors/patch-1
[Node] Use real conventions
2 parents 0f33384 + 687e822 commit 5b579f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Node.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ web_modules/
7373
.yarn-integrity
7474

7575
# dotenv environment variables file
76-
.env
77-
.env.test
78-
.env.production
76+
.env.development.local
77+
.env.test.local
78+
.env.production.local
79+
.env.local
7980

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

0 commit comments

Comments
 (0)