From 7d35c6ae031b96dcdb67c02b3fcd74005e60830d Mon Sep 17 00:00:00 2001 From: Marcus Breiden Date: Fri, 12 Jun 2026 14:01:05 +0200 Subject: [PATCH] chore: ignore local test-vault scratch artifacts The BeautiTab import testing leaves large binary fixtures in the test vault (test/NewTab.zip and test/NewTab/Pictures/, ~58 MB combined) that are local scratch, not sources. Ignore them so they don't clutter `git status` or get pulled in by an accidental `git add .`. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7b87c5d..811a860 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,10 @@ test/*/.obsidian/plugins/*/assets/ # Per-developer Obsidian workspace state inside test vaults test/*/.obsidian/workspace* +# Local test-vault scratch — large binary fixtures and exports, not sources +test/*.zip +test/*/Pictures/ + # Test coverage coverage/