Skip to content

Commit 1436b29

Browse files
Richienbshiftkey
authored andcommitted
[Node] Ignore diagnostic report files (#2971)
* [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
1 parent 37abd93 commit 1436b29

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77

8+
# Diagnostic reports (https://nodejs.org/api/report.html)
9+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
10+
811
# Runtime data
912
pids
1013
*.pid

0 commit comments

Comments
 (0)