소스 검색

Merge pull request #3651 from kachick/node-ignore-envs

Ignore `.env.production` in Node.js
pull/3745/head
Martin Woodward 2 년 전
부모
커밋
d0f978135b
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Node.gitignore

+ 1
- 0
Node.gitignore 파일 보기

@@ -72,6 +72,7 @@ web_modules/
# dotenv environment variables file
.env
.env.test
.env.production

# parcel-bundler cache (https://parceljs.org/)
.cache

Loading…
취소
저장