chore: ignore .worktrees directory for development worktrees
This commit is contained in:
parent
ded236771b
commit
906afe48fa
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.
|
# The directory Mix will write compiled artifacts to.
|
||||||
/_build/
|
/_build/
|
||||||
|
|
||||||
|
|
@ -77,3 +80,9 @@ profiles.json
|
||||||
/c_src/*.o
|
/c_src/*.o
|
||||||
/.expert/
|
/.expert/
|
||||||
|
|
||||||
|
|
||||||
|
# Gas Town (added by gt)
|
||||||
|
.runtime/
|
||||||
|
.claude/
|
||||||
|
.beads/
|
||||||
|
.logs/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue