From 4cef8124fe7f2fdd7b0fdd740e0f255de20535b9 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 3 Jun 2026 15:24:20 -0400 Subject: [PATCH] chore: ignore .docs-audit scratch dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 45bbaad2..93a15a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ sql_login.txt # OPC UA certificate store (runtime PKI: own/trusted/issued/rejected certs + keys) src/Server/ZB.MOM.WW.OtOpcUa.Host/pki/ + +# Documentation audit scratch dir (untracked worktree) +.docs-audit/