From d132834c55ef38f44338956a046719ce4a03bd7b Mon Sep 17 00:00:00 2001 From: killagu Date: Mon, 16 Mar 2026 19:44:52 +0800 Subject: [PATCH] fix: add .husky/_ to .gitignore to fix release workflow The `pnpm install` prepare hook runs `husky`, which generates `.husky/_/` directory. This directory is untracked and makes git working directory dirty, causing `scripts/version.js` clean check to fail during the Manual Release workflow. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3acec4d6a7..a405af4fae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ run .DS_Store .tmp .egg +.husky/_ *-lock.json *-lock.yaml