Skip to content

Commit 503c26b

Browse files
abdulhannanalishiftkey
authored andcommitted
Add lerna-debug.log to Node.gitignore (#3000)
Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered.
1 parent 2aabd7b commit 503c26b

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
@@ -4,6 +4,8 @@ logs
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7+
lerna-debug.log*
8+
79

810
# Diagnostic reports (https://nodejs.org/api/report.html)
911
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

0 commit comments

Comments
 (0)