From bf3d63a56fea92eee975ddb177f86ab2bac92d47 Mon Sep 17 00:00:00 2001 From: danstotts-ops Date: Mon, 31 Aug 2026 23:53:26 -0600 Subject: [PATCH] fix(docs): exclude internal authoring files from publishing --- .mintignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .mintignore diff --git a/.mintignore b/.mintignore new file mode 100644 index 00000000..924fca3a --- /dev/null +++ b/.mintignore @@ -0,0 +1,5 @@ +# Internal authoring guidance is not public product documentation. +CLAUDE.md + +# Coding-agent test definitions and helpers are repository infrastructure. +tests/