From 331f53beed8d5fef900dd61799b87b3ee018f07e Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 26 Mar 2026 17:07:12 +0800 Subject: [PATCH] gitignore: ignore `.worktrees` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 95fe26e54..9bfd1442a 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ coverage.txt # Release build directory (to avoid build.vcs.modified Golang build tag to be # set to true by having untracked files in the working directory). /lnd-*/ +/.worktrees/ .aider*