From 8196408bced0156abe0cf87ed394df10dbd0435d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Fri, 1 May 2026 13:21:31 -0400 Subject: [PATCH] Add /worktree/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e95408b..5bdcb9a0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,9 @@ /.cache/ /.claude/ +/note/ +/worktree/ /yts/testdata/ /go-yaml -/note/ /*.md /*.yaml