Skip to content

Commit 122c405

Browse files
authored
chore: gitignore node-*-junit.xml files (#7837)
For example: node-22.22.0-junit.xml
1 parent a6f3a6f commit 122c405

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ typings/
8989
# Output of tap
9090
.tap/*
9191

92+
# JUnit artifacts emitted by local/agent CI-style Mocha runs
93+
node-*-junit.xml
94+
9295

9396
### VSCode ###
9497
.vscode/*

0 commit comments

Comments
 (0)