Merge pull request #3651 from kachick/node-ignore-envs
Ignore `.env.production` in Node.js
This commit is contained in:
commit
d0f978135b
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ web_modules/
|
|||
# dotenv environment variables file
|
||||
.env
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue