mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-08 18:17:31 -05:00
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
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -124,3 +124,6 @@ prime/
|
||||
/AGENT.md
|
||||
/CLAUDE.md
|
||||
/llms.txt
|
||||
|
||||
# Ignore worktrees when working on multiple branches
|
||||
.worktrees/
|
||||
|
||||
Reference in New Issue
Block a user