Skip to content

Commit 978d926

Browse files
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).
1 parent 9ef1596 commit 978d926

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Node.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
logs
33
*.log
44
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
57

68
# Runtime data
79
pids

0 commit comments

Comments
 (0)