浏览代码

[Node] Ignore diagnostic report files (#2971)

* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex
Richie Bendall 6 年之前
父节点
当前提交
1436b29954
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Node.gitignore

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