ソースを参照

[Node] Ignore diagnostic report files (#2971)

* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex
pull/2991/head
Richie Bendall 5年前
コミット
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

読み込み中…
キャンセル
保存