ソースを参照

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