Преглед на файлове

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