Skip to content

Commit 20e402c

Browse files
committed
fix(@schematics/angular): add **/__screenshots__ to .gitignore
Vitest Browser mode generates screenshots on failed tests by default.
1 parent afa2738 commit 20e402c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/workspace/files/__dot__gitignore.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ yarn-error.log
3636
/libpeerconnection.log
3737
testem.log
3838
/typings
39+
**/__screenshots__
3940

4041
# System files
4142
.DS_Store

0 commit comments

Comments
 (0)