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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user