From 38a1c27e2ef9be97c59d1a18a94a1b5b01a06ca3 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:44:18 -0400 Subject: [PATCH] chore: exclude .github/ from skill archive (CI workflows, not runtime) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 20465e4..5769a19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -37,6 +37,9 @@ uv.lock export-ignore .hermes-plugin/ export-ignore .claude-plugin/ export-ignore +# CI workflows - repo-only, not needed at skill runtime +.github/ export-ignore + # Build config itself .clawhubignore export-ignore .gitignore export-ignore