120 lines
2.2 KiB
Plaintext
120 lines
2.2 KiB
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
*.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
|
|
|
|
# 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/
|
|
|
|
# Misc scratch
|
|
tmp-openapi-metadata/
|
|
test-results/
|
|
qa-evidence/
|
|
screenshots/
|
|
offline-kits/
|
|
network-requests.log |