Преглед на файлове

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.
Hannan Ali преди 6 години
родител
ревизия
503c26b75a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Node.gitignore

+ 2 - 0
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