chore: gitignore tooling state, temp workspaces, runtime artifacts
Ignore Claude Code scheduler lockfile, Codex temp directory, Playwright CLI cache, Concelier runtime export outputs, and Workflow plugin binary artifacts so they don't show up as untracked on a clean workspace. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -116,6 +116,21 @@ src/Sdk/StellaOps.Sdk.Generator/tools/*.jar
|
||||
# OpenCode agent tool
|
||||
.opencode/
|
||||
|
||||
# Claude Code tooling state (scheduler lock, etc.)
|
||||
.claude/scheduled_tasks.lock
|
||||
|
||||
# Codex temp workspace
|
||||
.codex-tmp/
|
||||
|
||||
# Playwright CLI cache
|
||||
.playwright-cli/
|
||||
|
||||
# Concelier runtime exports (regenerated on demand)
|
||||
src/Concelier/StellaOps.Concelier.WebService/exports/
|
||||
|
||||
# Workflow plugin binaries (built artifacts)
|
||||
src/Workflow/StellaOps.Workflow.WebService/PluginBinaries/
|
||||
|
||||
# Misc scratch
|
||||
tmp-openapi-metadata/
|
||||
test-results/
|
||||
|
||||
Reference in New Issue
Block a user