소스 검색

fix(Node): ignore yarn logs

This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
pull/2277/head
Anders D. Johnson 7 년 전
부모
커밋
978d926dfd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Node.gitignore

+ 2
- 0
Node.gitignore 파일 보기

@@ -2,6 +2,8 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids

Loading…
취소
저장