浏览代码

Reset to 0.1.8 best version so far

Colby McHenry 5 月之前
父节点
当前提交
e26ec13f7f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/types.ts

+ 5 - 0
src/types.ts

@@ -583,6 +583,11 @@ export const DEFAULT_CONFIG: CodeGraphConfig = {
     '**/Release/**',
     '**/x64/**',
 
+    // Electron
+    '**/release/**',
+    '**/*.app/**',
+    '**/*.asar',
+
     // Swift/iOS/Xcode
     '**/DerivedData/**',
     '**/.build/**',