From 019075c12ce265aeda45e2a05623a08099c649ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Thu, 5 Mar 2026 13:34:58 +0100 Subject: [PATCH] add .worktrees/ to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3104ec4..4337479 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ Network Trash Folder Temporary Items .apdisk +# Worktrees +.worktrees/ + # IDEs .idea/ .vscode/