Explorar o código

exclude .pio/ folder for Platform.io IoT libs

Mark H hai 3 meses
pai
achega
eb25a166d1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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/**',