Skip to content

Commit 43fdf61

Browse files
committed
build(): ignored test-report.xml files
1 parent 73a3186 commit 43fdf61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_modules
55
obj
66
temp
77
npm-debug.log
8-
test-report.xml
8+
**/test-report.xml
99
output*/
1010
ref*/
1111
dist/

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package-lock.json
33
dist
44
templates
55
*.log
6+
*.xml
67
CHANGELOG.md
78
.prettierignore
89
tests/custom/api

0 commit comments

Comments
 (0)