mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-11 17:20:06 +01: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:
parent
17a6a2bab1
commit
aa7ec64a54
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user