Merge pull request #3651 from kachick/node-ignore-envs

Ignore `.env.production` in Node.js
This commit is contained in:
Martin Woodward
2021-05-25 12:00:57 +01:00
committed by GitHub

View File

@@ -72,6 +72,7 @@ web_modules/
# dotenv environment variables file
.env
.env.test
.env.production
# parcel-bundler cache (https://parceljs.org/)
.cache