From 503c26b75aa64a385d7c9289d21c283220ad32bf Mon Sep 17 00:00:00 2001 From: Hannan Ali Date: Thu, 14 Mar 2019 16:56:02 +0500 Subject: [PATCH] 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. --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) 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