]> source.dussan.org Git - gitignore.git/commitdiff
fix(Node): ignore yarn logs 2277/head
authorAnders D. Johnson <anders.d.johnson.developer@gmail.com>
Thu, 9 Feb 2017 06:13:21 +0000 (00:13 -0600)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2017 06:13:21 +0000 (00:13 -0600)
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).

Node.gitignore

index 38ac77e405e28f554517618aea09dbce5b29ea4c..00cbbdf53f6c487c8392d936ce7225824c11446e 100644 (file)
@@ -2,6 +2,8 @@
 logs
 *.log
 npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
 
 # Runtime data
 pids