From c0fce36d4abc8b24df4fcd929f22a74a2a429c0e Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 4 Apr 2026 17:26:22 +0200 Subject: [PATCH] chore: add .worktrees to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e92bc50..3492006 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ Thumbs.db # Environment .env *.env.local + +# Worktrees +.worktrees/