From: Anders D. Johnson Date: Thu, 9 Feb 2017 06:13:21 +0000 (-0600) Subject: fix(Node): ignore yarn logs X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=978d926dfd1319cd4bd955c803463bb5795a1639;p=gitignore.git 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). --- diff --git a/Node.gitignore b/Node.gitignore index 38ac77e4..00cbbdf5 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -2,6 +2,8 @@ logs *.log npm-debug.log* +yarn-debug.log* +yarn-error.log* # Runtime data pids