From 6125a9f96a9da7b619e740666cdd187e511e6f35 Mon Sep 17 00:00:00 2001 From: csh Date: Mon, 10 Aug 2026 18:20:38 +0800 Subject: [PATCH] :wrench: chore(git): ignore scratch workspaces --- .gitignore | 1 + .markdownlintignore | 1 + .prettierignore | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 05143a37..908b4c75 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ tags reports/ .worktrees/ +.scratch/ tmp/ docs/superpowers/ diff --git a/.markdownlintignore b/.markdownlintignore index 4531846b..9e1bc266 100644 --- a/.markdownlintignore +++ b/.markdownlintignore @@ -1,4 +1,5 @@ node_modules +.scratch tmp reports skills/thirdparty diff --git a/.prettierignore b/.prettierignore index bca9218f..bfa8cb88 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ skills/thirdparty/** +.scratch/**