From 3eb0a098a228baf96780a0855135eceb775ef784 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Wed, 19 Aug 2026 22:40:04 +0100 Subject: [PATCH] chore: ignore worktree dirs --- home/common/programs/git/ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/common/programs/git/ignore b/home/common/programs/git/ignore index 7c520f1..68b98da 100644 --- a/home/common/programs/git/ignore +++ b/home/common/programs/git/ignore @@ -19,6 +19,9 @@ tmp/**/* *.log *.tmp +# Local git worktree checkouts +worktrees/ + # Latex _inputs.tex _sections.tex