d57b42bcd6
v2-ci / build (push) Failing after 45s
v2-ci / unit-tests (tests/Core/ZB.MOM.WW.OtOpcUa.Cluster.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.ControlPlane.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Runtime.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Security.Tests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.IntegrationTests) (push) Has been skipped
sql_login.txt holds DB creds and the Host pki/ dir is the runtime OPC UA certificate store (private keys + issued/trusted certs); neither belongs in source control, and ignoring them prevents an accidental git add .
51 lines
932 B
Plaintext
51 lines
932 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
publish/
|
|
publish_temp/
|
|
|
|
# IDE
|
|
.vs/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
# … but DO track repo-local feed for mxaccessgw client (not yet on public nuget.org).
|
|
!nuget-packages/*.nupkg
|
|
|
|
# Certificates
|
|
*.pfx
|
|
*.pem
|
|
|
|
# Claude Code (per-developer settings, runtime lock files, agent transcripts)
|
|
.claude/
|
|
|
|
.local/
|
|
|
|
# LiteDB local config cache (Phase 6.1 Stream D — runtime artifact, not source)
|
|
src/ZB.MOM.WW.OtOpcUa.Server/config_cache.db
|
|
|
|
# E2E sidecar config — NodeIds are specific to each dev's local seed (see scripts/e2e/README.md)
|
|
scripts/e2e/e2e-config.json
|
|
config_cache*.db
|
|
|
|
# Client CLI/UI runtime scratch (last-connected endpoint cache)
|
|
session.dat
|
|
|
|
# Secrets / local credentials — never commit
|
|
sql_login.txt
|
|
|
|
# OPC UA certificate store (runtime PKI: own/trusted/issued/rejected certs + keys)
|
|
src/Server/ZB.MOM.WW.OtOpcUa.Host/pki/
|