From 19ae4a8089b48911f9a98f0c99877ddfbdbcfd45 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Mon, 19 Jan 2026 01:36:10 -0500 Subject: [PATCH] Add .worktrees/ to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6455a38..8131f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -139,4 +139,7 @@ appsettings.Local.json # Fusion Builds schema.graphql *.fsp -gateway.fgp \ No newline at end of file +gateway.fgp + +# Git worktrees +.worktrees/ \ No newline at end of file