未验证 提交 d0f97813 编写于 作者: M Martin Woodward 提交者: GitHub

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

Ignore `.env.production` in Node.js
...@@ -72,6 +72,7 @@ web_modules/ ...@@ -72,6 +72,7 @@ web_modules/
# dotenv environment variables file # dotenv environment variables file
.env .env
.env.test .env.test
.env.production
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册