Explorar el Código

Merge remote-tracking branch 'origin/main'

Colby McHenry hace 3 meses
padre
commit
61d43fa26c
Se han modificado 1 ficheros con 1 adiciones y 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/**',