From 78669a3b3ce41c6b6f54ec7c8654a181eddfb6b9 Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Wed, 4 Mar 2026 16:18:31 +0800 Subject: [PATCH] chore: ignore local git worktrees directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a70d0106..a9d5948b 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ tmp/ # Docker / runtime data pg_data/ backend/app/uploads/ + +# Git worktrees +.worktrees/