瀏覽代碼

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…
取消
儲存