浏览代码

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

Ignore `.env.production` in Node.js
pull/3745/head
Martin Woodward 2 年前
父节点
当前提交
d0f978135b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Node.gitignore

+ 1
- 0
Node.gitignore 查看文件

@@ -72,6 +72,7 @@ web_modules/
# dotenv environment variables file
.env
.env.test
.env.production

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

正在加载...
取消
保存