Files
git.stella-ops.org/.gitignore
master d4fee74b53 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>
2026-04-13 22:00:15 +03:00

143 lines
2.8 KiB
Plaintext

# Build outputs
bin/
obj/
.artifacts/
*.pdb
*.dll
# IDE state
.vs/
*.user
*.suo
*.userprefs
# Rider/VSCode
.idea/
.vscode/
# Packages and logs
*.log
TestResults/
.nuget/packages/
.dotnet
.DS_Store
src/__Tests/__Datasets/seed-data/ics-cisa/*.csv
src/__Tests/__Datasets/seed-data/ics-cisa/*.xlsx
src/__Tests/__Datasets/seed-data/ics-cisa/*.sha256
src/__Tests/__Datasets/seed-data/cert-bund/**/*.json
src/__Tests/__Datasets/seed-data/cert-bund/**/*.sha256
out/offline-kit/web/**/*
**/node_modules/**/*
**/.angular/**/*
**/.cache/**/*
**/dist/**/*
tmp/**/*
build/
/out/cli/**
/src/Sdk/StellaOps.Sdk.Release/out/**
/src/Sdk/StellaOps.Sdk.Generator/out/**
/out/scanner-analyzers/**
# Node / frontend
node_modules/
dist/
.build/
.cache/
.tmp/
logs/
out/
plugins/
# .NET
bin/
obj/
# IDEs
.vscode/
.idea/
*.user
*.suo
# Misc
logs/
tmp/
coverage/
# Consolidated NuGet cache
.nuget/
.nuget-*/
devops/offline/packages/
src/Sdk/StellaOps.Sdk.Generator/tools/jdk-21.0.1+12
# Test artifacts
src/__Tests/**/TestResults/
src/__Tests/__Benchmarks/reachability-benchmark/.jdk/
# Local CI testing secrets (never commit)
devops/ci-local/.env.local
devops/ci-local/.env
# Act artifacts
out/act-artifacts/
docs/implplan/audits/**/*
# QA run build artifacts (agents must not commit compiled output as evidence)
docs/qa/feature-checks/runs/**/tier1-test-out/
docs/qa/feature-checks/runs/**/tier1-test-out-detailed/
docs/qa/feature-checks/runs/**/tier1-build-out/
docs/qa/feature-checks/runs/**/tier2-test-out/
docs/qa/feature-checks/runs/**/tier2-harness/bin/
docs/qa/feature-checks/runs/**/tier2-harness/obj/
docs/qa/feature-checks/runs/**/TestResults/
# Playwright MCP screenshots (ephemeral)
.playwright-mcp/
# Publish outputs
publish/
publish-platform/
.tmp-authority-publish/
# Private keys and certificates (never commit)
*.key
*.pfx
stella-ops.crt
# Runtime data assets (downloaded by acquire.sh, not committed)
*.onnx
out/runtime-assets/
# SDK tools (download at build time)
src/Sdk/StellaOps.Sdk.Generator/tools/*.tar.gz
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/
qa-evidence/
screenshots/
offline-kits/
network-requests.log
src/AdvisoryAI/StellaOps.AdvisoryAI/models/all-MiniLM-L6-v2.onnx
src/AdvisoryAI/StellaOps.AdvisoryAI/models/all-MiniLM-L6-v2.onnx