OPC # 0002: Improvements to Client provisioning workflows

This commit is contained in:
amadzarak
2026-04-25 22:24:40 -04:00
parent deb160cdbc
commit 80050cbedb
6 changed files with 42 additions and 6 deletions
+2
View File
@@ -13,6 +13,8 @@ internal static class TarHelper
[
".git", ".vs", ".vscode", "node_modules", "bin", "obj",
"VaultData", "*.user", "*.suo",
// Exclude sibling repos — build context is ClarityStack/ root but only Clarity/ is needed
"OPC", "gateway", "ClientAssets",
];
public static void Pack(string root, Stream destination)