exclude .pio/ folder for Platform.io IoT libs

This commit is contained in:
Mark H
2026-02-24 19:11:10 -08:00
committed by GitHub
parent 16db37566d
commit eb25a166d1
+1
View File
@@ -618,6 +618,7 @@ export const DEFAULT_CONFIG: CodeGraphConfig = {
'**/Debug/**',
'**/Release/**',
'**/x64/**',
'**/.pio/**', // Platform.io (IoT/embedded build artifacts and library deps)
// Electron
'**/release/**',