소스 검색

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