Ver código fonte

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).
pull/2277/head
Anders D. Johnson 7 anos atrás
pai
commit
978d926dfd
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      Node.gitignore

+ 2
- 0
Node.gitignore Ver arquivo

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

# Runtime data
pids

Carregando…
Cancelar
Salvar