Skip to content

Commit bfb2313

Browse files
committed
feat(bases): [global] ignore **/.vitest-reports/
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 16e8720 commit bfb2313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bases/global.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default [
1616
'!**/__fixtures__/**/dist/',
1717
'!**/__fixtures__/node_modules/',
1818
'!**/typings/**/dist/',
19+
'**/.vitest-reports/',
1920
'**/.yarn/',
2021
'**/CHANGELOG.md',
2122
'**/LICENSE.md',

0 commit comments

Comments
 (0)