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).
This commit is contained in:
2026-06-08 17:22:38 +07:00
parent f335c7db61
commit d88fe9f9ab
+1
View File
@@ -24,6 +24,7 @@ dist
# test
coverage
**/.vitest-attachments
# env
.env*