We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global
**/.vitest-reports/
1 parent 16e8720 commit bfb2313Copy full SHA for bfb2313
lib/bases/global.mjs
@@ -16,6 +16,7 @@ export default [
16
'!**/__fixtures__/**/dist/',
17
'!**/__fixtures__/node_modules/',
18
'!**/typings/**/dist/',
19
+ '**/.vitest-reports/',
20
'**/.yarn/',
21
'**/CHANGELOG.md',
22
'**/LICENSE.md',
0 commit comments