From 529faaf20d2e0aa2071f093cdb1226bd7fc1bdfe Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:15:22 +0100 Subject: [PATCH] chore: ignore .worktrees/ so oxfmt/oxlint skip local worktree checkouts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c1fe3103332..1ee5643d57d 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,6 @@ apps/**/public/build ailogger-output.log # per-package vitest timing capture (transient; merged into root test-timings.json) .vitest-timing.json + +# local git worktree checkouts (not source) — keeps oxfmt/oxlint from descending into them +.worktrees/