From be2e9acdaa96a838b57678c5efb2a7d0515abeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Wed, 8 Apr 2026 19:50:46 +0800 Subject: [PATCH] chore: update .gitignore to exclude temp screenshots and build artifacts Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7eeb2980..df49ecb4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,9 +25,19 @@ desktop/src-tauri/gen/ # Desktop brand asset candidates (keep only selected ones in public/) desktop/brand-assets/ -# Claude worktrees +# Claude worktrees & auto-generated .claude/worktrees/ .claude/scheduled_tasks.lock +.claude/scheduled_tasks.json + +# Debug / temp screenshots (root dir only) +/*.png + +# TS build cache +desktop/tsconfig.tsbuildinfo + +# Temp markdown snapshots +sidebar-snapshot.md # VitePress docs/.vitepress/dist