]> source.dussan.org Git - gitignore.git/commitdiff
Add lerna-debug.log to Node.gitignore (#3000)
authorHannan Ali <ali.abdulhannan@gmail.com>
Thu, 14 Mar 2019 11:56:02 +0000 (16:56 +0500)
committerBrendan Forster <brendan@github.com>
Thu, 14 Mar 2019 11:56:02 +0000 (08:56 -0300)
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

index 235001599b0b81abda16197395e9349d1b49b513..efced3bfd50027a9fa295b28b3203f8bb918d582 100644 (file)
@@ -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