From 3cf6c75af6f48a676e63a75698dbd18c9f6443a1 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 30 Aug 2025 16:24:43 +0800 Subject: [PATCH] Fix CI build failure by adding .gitkeep to include folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CI pipeline was failing because the empty include directory was not being tracked by git. Adding .gitkeep ensures the directory structure is preserved in the repository. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Sources/OpenObservationCxx/include/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Sources/OpenObservationCxx/include/.gitkeep diff --git a/Sources/OpenObservationCxx/include/.gitkeep b/Sources/OpenObservationCxx/include/.gitkeep new file mode 100644 index 0000000..e69de29