From 902ffa33c1c5544668c1f1f93d5eb414812f672f Mon Sep 17 00:00:00 2001 From: Jeffrey Patton Date: Fri, 20 Feb 2026 19:10:48 -0600 Subject: [PATCH] Fix docs-pr workflow: gitignore was causing the release file to be ignored --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8a30d25..6b22146 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,11 @@ bld/ [Ll]og/ [Ll]ogs/ +# Allow docs release notes (override Visual Studio build ignores) +!docs/ +!docs/releases/ +!docs/releases/** + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot