From a2e7d59af2f72e7cb925af0c4d428dd5905d4e97 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 21 Feb 2026 10:17:58 +0000 Subject: [PATCH] Add .worktrees/ to .gitignore for git worktree isolation --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1ed1b30..ba6c2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ create_commits.sh # OSRM processed map data (large binaries, regenerated by scripts/osrm-setup.sh) osrm-data/ + +# Git worktrees +.worktrees/