Files
tools/.gitignore
robonen d88fe9f9ab chore: gitignore vitest failure attachments
vitest browser mode writes failure-capture PNGs into .vitest-attachments/; keep them out of git (a tracked one was already being cleaned up in primitives).
2026-06-08 17:22:38 +07:00

31 lines
227 B
Plaintext

# ide
.idea
.vscode
# temp
node_modules
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db
# build
.vitepress/dist
.vitepress/cache
.output
.nuxt
.nitro
.cache
cache
out
build
dist
# test
coverage
**/.vitest-attachments
# env
.env*