소스 검색

Merge remote-tracking branch 'origin/main'

Colby McHenry 3 달 전
부모
커밋
61d43fa26c
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/**',