]> source.dussan.org Git - gitignore.git/commitdiff
[Node] Ignore diagnostic report files (#2971)
authorRichie Bendall <richiebendall@gmail.com>
Mon, 11 Mar 2019 11:48:58 +0000 (00:48 +1300)
committerBrendan Forster <brendan@github.com>
Mon, 11 Mar 2019 11:48:58 +0000 (08:48 -0300)
* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex

Node.gitignore

index 6214c438c4e3a010650411970e3737a561455f49..235001599b0b81abda16197395e9349d1b49b513 100644 (file)
@@ -5,6 +5,9 @@ npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
 
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
+
 # Runtime data
 pids
 *.pid