From d88fe9f9abbc26b0ca904d6ceee72ea9fadd26b9 Mon Sep 17 00:00:00 2001 From: robonen Date: Mon, 8 Jun 2026 17:22:38 +0700 Subject: [PATCH] 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). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a84ed06..3da90bf 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ dist # test coverage +**/.vitest-attachments # env .env*