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) <noreply@anthropic.com>
This commit is contained in:
master
2026-04-15 11:14:15 +03:00
parent b7acf692b6
commit d8f6bade9a

10
.gitignore vendored
View File

@@ -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/