Browse Source

Merge pull request #3316 from frederikhors/patch-1

[Node] Use real conventions
Brian Douglas 3 năm trước cách đây
mục cha
commit
5b579f9b80
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  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