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/**',