The previous commit (#248 wiring) inadvertently picked up src/ZB.MOM.WW.OtOpcUa.Server/config_cache.db — generated by the live smoke re-run that proved the bootstrapper works. Remove from tracking + ignore going forward so future runs don't dirty the working tree.
36 lines
413 B
Plaintext
36 lines
413 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
|
|
|
|
# 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
|