瀏覽代碼

exclude .pio/ folder for Platform.io IoT libs

Mark H 3 月之前
父節點
當前提交
eb25a166d1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/types.ts

+ 1 - 0
src/types.ts

@@ -618,6 +618,7 @@ export const DEFAULT_CONFIG: CodeGraphConfig = {
     '**/Debug/**',
     '**/Release/**',
     '**/x64/**',
+    '**/.pio/**',  // Platform.io (IoT/embedded build artifacts and library deps)
 
     // Electron
     '**/release/**',