Browse Source

ignore .worktrees as a "special folder" (#35835)

following the approach from nixpkgs that ignore the .worktrees folder,
we could also do the same, this would allow worktrees to be worked on in
the same folder as the primary branch.

ref:
b6420c7bca
pull/35854/head
techknowlogick 1 month ago committed by GitHub
parent
commit
aa7ec64a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .gitignore

3
.gitignore vendored

@ -124,3 +124,6 @@ prime/ @@ -124,3 +124,6 @@ prime/
/AGENT.md
/CLAUDE.md
/llms.txt
# Ignore worktrees when working on multiple branches
.worktrees/

Loading…
Cancel
Save