mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-21 14:03:35 +08:00
chore: update .gitignore to exclude temp screenshots and build artifacts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
82e6e27687
commit
be2e9acdaa
12
.gitignore
vendored
12
.gitignore
vendored
@ -25,9 +25,19 @@ desktop/src-tauri/gen/
|
|||||||
# Desktop brand asset candidates (keep only selected ones in public/)
|
# Desktop brand asset candidates (keep only selected ones in public/)
|
||||||
desktop/brand-assets/
|
desktop/brand-assets/
|
||||||
|
|
||||||
# Claude worktrees
|
# Claude worktrees & auto-generated
|
||||||
.claude/worktrees/
|
.claude/worktrees/
|
||||||
.claude/scheduled_tasks.lock
|
.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
|
# VitePress
|
||||||
docs/.vitepress/dist
|
docs/.vitepress/dist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user