Pārlūkot izejas kodu

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).
Anders D. Johnson 8 gadi atpakaļ
vecāks
revīzija
978d926dfd
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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