From 1f8d63826ad4120b3f092425186258c8878473ae Mon Sep 17 00:00:00 2001 From: Tsahi Matsliah Date: Wed, 17 Jun 2026 13:40:06 +0300 Subject: [PATCH] chore: gitignore local App Store CPP screenshot tool The app-store-cpp/ workspace and its preview HTML are local-only tooling for generating mobile store covers. Ignore them so they're never committed or shipped with a release. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8174566fc2f..be2ce482701 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,8 @@ plans/*.md # Claude Code runtime state (hooks/skills/settings remain tracked) .claude/scheduled_tasks.lock -.claude/drafts/ \ No newline at end of file +.claude/drafts/ + +# App Store CPP screenshot tool (local-only, not published with releases) +app-store-cpp/ +app-store-cpp-preview.html \ No newline at end of file