Skip to content

Commit d0f9781

Browse files
Merge pull request #3651 from kachick/node-ignore-envs
Ignore `.env.production` in Node.js
2 parents af57584 + b236e17 commit d0f9781

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Node.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ web_modules/
7272
# dotenv environment variables file
7373
.env
7474
.env.test
75+
.env.production
7576

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

0 commit comments

Comments
 (0)