mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
36 lines
632 B
Plaintext
36 lines
632 B
Plaintext
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.cpuprofile
|
|
*.heapprofile
|
|
lib-cov
|
|
coverage
|
|
!**/integrations/coverage
|
|
node_modules
|
|
.env
|
|
.cache
|
|
dist
|
|
.idea
|
|
.vite-node
|
|
ltex*
|
|
.DS_Store
|
|
bench/test/*/*/
|
|
**/bench.json
|
|
**/browser/browser.json
|
|
docs/public/user-avatars
|
|
docs/public/sponsors
|
|
.eslintcache
|
|
docs/.vitepress/cache/
|
|
!test/cli/fixtures/dotted-files/**/.cache
|
|
test/**/__screenshots__/**/*
|
|
test/browser/fixtures/update-snapshot/basic.test.ts
|
|
test/cli/fixtures/browser-multiple/basic-*
|
|
.vitest-reports
|
|
*.tsbuildinfo
|
|
# exclude static html reporter folder
|
|
test/browser/html/
|
|
test/core/html/
|
|
.vitest-attachments
|
|
explainFiles.txt |