1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00

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).
This commit is contained in:
Anders D. Johnson 2017-02-09 00:13:21 -06:00 committed by GitHub
parent 9ef1596ac1
commit 978d926dfd

View File

@ -2,6 +2,8 @@
logs logs
*.log *.log
npm-debug.log* npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data # Runtime data
pids pids