Przeglądaj źródła

Merge pull request #3316 from frederikhors/patch-1

[Node] Use real conventions
Brian Douglas 3 lat temu
rodzic
commit
5b579f9b80
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      Node.gitignore

+ 4 - 3
Node.gitignore

@@ -73,9 +73,10 @@ web_modules/
 .yarn-integrity
 .yarn-integrity
 
 
 # dotenv environment variables file
 # 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/)
 # parcel-bundler cache (https://parceljs.org/)
 .cache
 .cache