From: Hannan Ali Date: Thu, 14 Mar 2019 11:56:02 +0000 (+0500) Subject: Add lerna-debug.log to Node.gitignore (#3000) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=503c26b75aa64a385d7c9289d21c283220ad32bf;p=gitignore.git 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. --- diff --git a/Node.gitignore b/Node.gitignore index 23500159..efced3bf 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -4,6 +4,8 @@ logs npm-debug.log* yarn-debug.log* yarn-error.log* +lerna-debug.log* + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json