From 18c678097005a1c644f025bb61bdaea6858a3163 Mon Sep 17 00:00:00 2001 From: zichun Date: Mon, 25 May 2026 13:34:06 +0800 Subject: [PATCH] chore: ignore .worktrees/ for isolated lite-version development --- .gitignore | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a0090b4..fa1a562 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # macOS .DS_Store + +# git worktrees +.worktrees/ -- libgit2 0.22.2