From 78e19ebc951ff4a6bf1c472947c17671a1e5f9df Mon Sep 17 00:00:00 2001 From: teknium1 Date: Sun, 8 Mar 2026 03:01:46 -0700 Subject: [PATCH] chore: update .gitignore to include .worktrees directory Added .worktrees to the .gitignore file to prevent tracking of worktree-specific files, ensuring a cleaner repository. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af9d9e750..78a382942 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,5 @@ cli-config.yaml # Skills Hub state (lives in ~/.hermes/skills/.hub/ at runtime, but just in case) skills/.hub/ -ignored/ \ No newline at end of file +ignored/ +.worktrees/