Skip to content

Commit

Permalink
fix(Node): ignore yarn logs
Browse files Browse the repository at this point in the history
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
  • Loading branch information
AndersDJohnson authored Feb 9, 2017
1 parent 9ef1596 commit 978d926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Node.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
Expand Down

0 comments on commit 978d926

Please sign in to comment.