From 815023dca935f1c5c5e1e8f435cdde3eec4a2002 Mon Sep 17 00:00:00 2001 From: Adam Pitel Date: Mon, 23 Mar 2026 16:15:17 -0500 Subject: [PATCH] no message --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a31b2d3..df1b9fb 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,7 +4,8 @@ "Bash(python3 -c \":*)", "Bash(git commit:*)", "Bash(git add:*)", - "Bash(git push:*)" + "Bash(git push:*)", + "Bash(find .git -name \"*.lock\" -delete)" ] } }