소스 검색

Merge pull request #49 from markhu/main

exclude .pio/ folder for Platform.io IoT libs
Colby Mchenry 3 달 전
부모
커밋
3729132b0d
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/**',