Add debug-captures folder to .gitignore for screenshots and UI dumps

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jima 2026-03-20 19:38:32 +01:00
parent 651928f246
commit 0b7aaef684

5
.gitignore vendored
View file

@ -54,6 +54,11 @@ proguard/
.DS_Store
Thumbs.db
# =========================
# Debug screenshots & UI dumps
# =========================
/debug-captures/
# =========================
# Tools / plugins / others
# =========================