From 654a8b7ea78ddb1f5ce11860a0c5ced8a3eae929 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Thu, 19 Mar 2026 03:15:09 +0100 Subject: [PATCH] fix: add .worktrees/ to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84c681d..bb2a7a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores .godot/ /android/ -builds/.worktrees/ +builds/ +.worktrees/