[Node] Ignore diagnostic report files (#2971)
* [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex
This commit is contained in:
parent
37abd930a6
commit
1436b29954
@ -5,6 +5,9 @@ npm-debug.log*
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
*.pid
|
*.pid
|
||||||
|
Loading…
Reference in New Issue
Block a user