浏览代码

Merge pull request #3316 from frederikhors/patch-1

[Node] Use real conventions
Brian Douglas 3 年之前
父节点
当前提交
5b579f9b80
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      Node.gitignore

+ 4 - 3
Node.gitignore

@@ -73,9 +73,10 @@ web_modules/
 .yarn-integrity
 
 # dotenv environment variables file
-.env
-.env.test
-.env.production
+.env.development.local
+.env.test.local
+.env.production.local
+.env.local
 
 # parcel-bundler cache (https://parceljs.org/)
 .cache