From 70ccc02cc49633264bb3506c111867cb62a16faf Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 14 Apr 2026 11:40:20 +0800 Subject: [PATCH] chore: ignore local worktrees --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dde5668..2293a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ temp/ # pixi environments .pixi/ output/ +.worktrees/ *.stp *.stl *.step -*.glb \ No newline at end of file +*.glb