Browse Source

Merge remote-tracking branch 'origin/main'

Colby McHenry 3 tháng trước cách đây
mục cha
commit
61d43fa26c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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/**',