From eb30dddbfca99011ae6108be6d591aea369cfb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 10 May 2026 19:53:32 +0200 Subject: [PATCH] Ignore .vitest-attachments in planner Vitest browser mode writes ephemeral screenshot attachments here during test runs; only the __screenshots__/ reference snapshots belong in the repo. Co-Authored-By: Claude Sonnet 4.6 --- apps/planner/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/planner/.gitignore diff --git a/apps/planner/.gitignore b/apps/planner/.gitignore new file mode 100644 index 0000000..2625868 --- /dev/null +++ b/apps/planner/.gitignore @@ -0,0 +1 @@ +.vitest-attachments/