From bcf6c5209eea0f70a3fea4675b979f7174d24d30 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:41:28 +0800 Subject: [PATCH] chore(gitignore): ignore artifacts/ review scratch dumps Design/UX review sessions write scratch output to artifacts/ (favourites-review, tools-page-review, services-navigator). The dir was untracked but not ignored, so a review dump could accidentally be staged into a commit. Ignore it repo-wide. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e01c0271ac..cbed281a53 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,8 @@ next-env.d.ts # agent/QA artifacts .codex-screenshots/ +# design/UX review scratch dumps (favourites-review, tools-page-review, etc.) — never commit +artifacts/ # local hook tool cache — machine-local, never commit .impeccable/ # Local debugging scratch space — never commit (accidentally landed once via 'Save Codex local changes')