Skip to content

Commit 656318c

Browse files
jdpigeonclaude
andcommitted
chore: stop tracking .worktrees gitlink
The .worktrees/modernization entry was an accidental submodule-style gitlink (mode 160000) pointing into a local git worktree. There is no .gitmodules and the worktree is not part of the repo tree, so it only produced perpetual 'modified' noise in git status. Untrack it and ignore .worktrees/ going forward. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5160e12 commit 656318c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ src/renderer/utils/webworker/src
3131

3232
# Pyodide runtime + package wheels (downloaded or extracted locally; see docs/pyodide-in-electron-vite.md)
3333
src/renderer/utils/pyodide/src
34+
35+
# Local git worktrees (not part of the repo tree)
36+
.worktrees/

.worktrees/modernization

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)