From c08a9bfa933345322477035acfd42a34b79f984b Mon Sep 17 00:00:00 2001 From: hehih Date: Sun, 31 May 2026 17:00:39 +0900 Subject: [PATCH] chore: ignore tooling scratch artifacts; untrack git-ignored .claude files Add .playwright-mcp/ and verify-*.png to .gitignore (transient scratch). Untrack .claude/settings.local.json and scheduled_tasks.lock, which were already listed in .gitignore but still indexed; settings.local.json stays on disk as a local-only file. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude/scheduled_tasks.lock | 1 - .claude/settings.local.json | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 .claude/scheduled_tasks.lock delete mode 100644 .claude/settings.local.json diff --git a/.claude/scheduled_tasks.lock b/.claude/scheduled_tasks.lock deleted file mode 100644 index 87fbd53..0000000 --- a/.claude/scheduled_tasks.lock +++ /dev/null @@ -1 +0,0 @@ -{"sessionId":"e9f3e0a1-1f0f-4bb8-ac46-7ffa8167e897","pid":110816,"procStart":"639156613729251550","acquiredAt":1780035816876} \ No newline at end of file diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index f99c0f7..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "permissions": { - "allow": [ - "PowerShell($env:JAVA_HOME=\"D:\\\\Development\\\\app\\\\JDK\\\\jdk-21.0.5\"; .\\\\gradlew.bat compileJava --console=plain 2>&1 | Select-Object -Last 15)", - "PowerShell($env:JAVA_HOME=\"D:\\\\Development\\\\app\\\\JDK\\\\jdk-21.0.5\"; .\\\\gradlew.bat clean compileJava --console=plain 2>&1 | Select-Object -Last 20)", - "Bash(git rm *)", - "Bash(git add *)", - "Bash(git -c user.name=hehih -c user.email=hehihoho86@gmail.com commit -q -m 'Retire Opal/YtVideo pipeline; ChannelVideo is the single video master *)", - "Bash(git -c user.name=hehih -c user.email=hehihoho86@gmail.com commit -q -m 'docs: update CLAUDE.md for ChannelVideo single-master architecture *)", - "Bash(export JAVA_HOME=\"D:/Development/app/JDK/jdk-21.0.5\")", - "Bash(./gradlew.bat bootRun --console=plain)", - "Bash(echo \"bootRun started in background, PID $!\")", - "Bash(git -c user.name=\"hehih\" -c user.email=\"hehihoho86@gmail.com\" commit -q -m \"docs: add discovery page design spec\")", - "Bash(git -c user.name=\"hehih\" -c user.email=\"hehihoho86@gmail.com\" commit -q -m \"docs: add discovery page implementation plan\")", - "PowerShell($env:JAVA_HOME=\"D:\\\\Development\\\\app\\\\JDK\\\\jdk-21.0.5\"; .\\\\gradlew.bat clean compileJava --console=plain 2>&1 | Select-Object -Last 12)", - "Bash(git -c user.name=hehih -c user.email=hehihoho86@gmail.com commit -q -m 'feat\\(discover\\): add discovery page for finding rework candidates *)", - "Bash(git -c user.name=\"hehih\" -c user.email=\"hehihoho86@gmail.com\" commit -q -m \"docs: add dashboard full-set enhancement spec\")" - ] - } -}