Browse Source

Merge pull request #2277 from adjohnson916/yarn

fix(Node): ignore yarn logs
pull/2278/head
Brendan Forster 7 years ago
parent
commit
9a1d4adec9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Node.gitignore

+ 2
- 0
Node.gitignore View File

@@ -2,6 +2,8 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids

Loading…
Cancel
Save