Преглед изворни кода

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