From d8f6bade9a4eb14a3e7b646062c1de304e11da76 Mon Sep 17 00:00:00 2001 From: master <> Date: Wed, 15 Apr 2026 11:14:15 +0300 Subject: [PATCH] chore: gitignore codex scratch scripts, output dir, stray src/src duplicates Ignore .codex-*.mjs scratch scripts used by Codex agents, the top-level output/ scratch dir, and accidentally-created duplicate source trees (src/src/ and src/Web.StellaOps.Web/) so they stop appearing as untracked. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 7484b478b..5ef295e23 100644 --- a/.gitignore +++ b/.gitignore @@ -97,6 +97,16 @@ docs/qa/feature-checks/runs/**/TestResults/ # Publish outputs publish/ + +# Codex agent scratch scripts (not part of the codebase) +.codex-*.mjs + +# Output dir (build/test/playwright scratch) +output/ + +# Stray duplicated source trees (accidental creation by tooling) +src/src/ +src/Web.StellaOps.Web/ publish-platform/ .tmp-authority-publish/