From d57b42bcd65482410eab46812f1de200dad39c7c Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sun, 31 May 2026 10:27:59 -0400 Subject: [PATCH] chore: gitignore local credentials file and runtime PKI store 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 . --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index cf57f596..45bbaad2 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,9 @@ 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/