Files
lmxopcua/.gitignore
Joseph Doherty 2cb22598d6 Drop accidentally-committed LiteDB cache file + add to .gitignore
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.
2026-04-20 22:49:48 -04:00

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