From e26ec13f7f39dfe68100918dd980a78c07e2db23 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Mon, 19 Jan 2026 04:53:32 -0600 Subject: [PATCH] Reset to 0.1.8 best version so far --- src/types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types.ts b/src/types.ts index 27f52c5..0bfc803 100644 --- a/src/types.ts +++ b/src/types.ts @@ -583,6 +583,11 @@ export const DEFAULT_CONFIG: CodeGraphConfig = { '**/Release/**', '**/x64/**', + // Electron + '**/release/**', + '**/*.app/**', + '**/*.asar', + // Swift/iOS/Xcode '**/DerivedData/**', '**/.build/**',