Skip to content

Commit 89803d1

Browse files
committed
Added Node crash reports to gitignore
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent f1cf230 commit 89803d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ package-lock.json
1010
npm-debug.log
1111
npm-debug.log.*
1212
.npmrc
13+
/report.*.json
1314

1415
# pnpm
1516
shrinkwrap.yaml
@@ -27,4 +28,4 @@ temp
2728

2829
# IDEs
2930
/.vscode/
30-
/.idea/
31+
/.idea/

0 commit comments

Comments
 (0)