From 6b65e3fee442e6ab080e6db2268446e90ff661f6 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sat, 14 Mar 2026 10:47:51 +0100 Subject: [PATCH] chore: ignore local git worktrees directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7419555..3cfb0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,8 @@ htmlcov/ .turbo dist .wrangler +.worktrees # Supabase supabase/.temp -supabase/.branches \ No newline at end of file +supabase/.branches