From d897d848313938af218a87cccfac98a5fb7cf195 Mon Sep 17 00:00:00 2001 From: Steven Wroblewski Date: Fri, 17 Apr 2026 21:14:26 +0200 Subject: [PATCH] chore: add .worktrees/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e7bd585..81e5180 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ logs/ # OS-spezifisch desktop.ini + +# Git worktrees +.worktrees/