aboutsummaryrefslogtreecommitdiffstats
path: root/Node.gitignore
diff options
context:
space:
mode:
authorRichie Bendall <richiebendall@gmail.com>2019-03-12 00:48:58 +1300
committerBrendan Forster <brendan@github.com>2019-03-11 08:48:58 -0300
commit1436b299545f83f9bedcbf189a8d33909a2bbcbe (patch)
tree38c645fb6d6d03936b9c4cf918f5ec614ec77584 /Node.gitignore
parent37abd930a6893fd3a716c48934e704795bc2a45c (diff)
downloadgitignore-1436b299545f83f9bedcbf189a8d33909a2bbcbe.tar.gz
gitignore-1436b299545f83f9bedcbf189a8d33909a2bbcbe.zip
[Node] Ignore diagnostic report files (#2971)
* [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
Diffstat (limited to 'Node.gitignore')
-rw-r--r--Node.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore
index 6214c438..23500159 100644
--- a/Node.gitignore
+++ b/Node.gitignore
@@ -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