未验证 提交 ea2c3d43 编写于 作者: F frederikhors 提交者: GitHub

Use real conventions

Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
上级 111cf181
...@@ -72,8 +72,10 @@ typings/ ...@@ -72,8 +72,10 @@ typings/
.yarn-integrity .yarn-integrity
# dotenv environment variables file # dotenv environment variables file
.env .env.development.local
.env.test .env.test.local
.env.production.local
.env.local
# 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.
先完成此消息的编辑!
想要评论请 注册