chore: exclude .github/ from skill archive (CI workflows, not runtime)

This commit is contained in:
Matt Van Horn
2026-04-14 17:44:18 -04:00
parent ed80797564
commit 38a1c27e2e
+3
View File
@@ -37,6 +37,9 @@ uv.lock export-ignore
.hermes-plugin/ export-ignore .hermes-plugin/ export-ignore
.claude-plugin/ export-ignore .claude-plugin/ export-ignore
# CI workflows - repo-only, not needed at skill runtime
.github/ export-ignore
# Build config itself # Build config itself
.clawhubignore export-ignore .clawhubignore export-ignore
.gitignore export-ignore .gitignore export-ignore