From 7b64597ef38bfd07c29cd4eae2cfebbc6e79ae66 Mon Sep 17 00:00:00 2001 From: Ethan Tison <97046400+EJTison@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:54:31 -0400 Subject: [PATCH] Ignore the root tasks/ scratch directory Process notes written while working (todo lists, plans, specs) land in tasks/ and shouldn't ride along into feature PRs. Anchored to the repo root so it can't swallow the unrelated tasks/ source directories under pages/ and src/. Co-Authored-By: Claude Opus 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d66b6ef2b1..eb96507382 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,10 @@ node_modules .lighthouseci lighthouse-results.md +# Local scratch/process notes (todo lists, plans, specs) written while working. +# Root-level only, so the tasks/ source directories under pages/ and src/ still track. +/tasks/ + # AI Code Review - Temporary Files # These are working files that get regenerated each review .ai-review.json