mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Add .worktrees/ to .gitignore (#8297)
Prevent worktree contents from being tracked.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -43,3 +43,6 @@ public/rss.xml
|
|||||||
# claude local settings
|
# claude local settings
|
||||||
.claude/*.local.*
|
.claude/*.local.*
|
||||||
.claude/react/
|
.claude/react/
|
||||||
|
|
||||||
|
# worktrees
|
||||||
|
.worktrees/
|
||||||
|
|||||||
Reference in New Issue
Block a user