chore: ignore .worktrees directory for development worktrees
This commit is contained in:
parent
c3d952148e
commit
76b47bd024
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# Development worktrees
|
||||
.worktrees/
|
||||
|
||||
# The directory Mix will write compiled artifacts to.
|
||||
/_build/
|
||||
|
||||
|
|
@ -74,3 +77,9 @@ profiles.json
|
|||
/c_src/*.o
|
||||
/.expert/
|
||||
|
||||
|
||||
# Gas Town (added by gt)
|
||||
.runtime/
|
||||
.claude/
|
||||
.beads/
|
||||
.logs/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue