From 4df35851902d03b6a28e32ab363d96bcf9bafe56 Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 29 Jun 2026 02:12:29 +0900 Subject: [PATCH] chore: ignore worktree directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 77ce1759..3f96ce41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /target /result /.direnv -/.worktree +.worktree *.local* .env