Merge pull request #49 from markhu/main

exclude .pio/ folder for Platform.io IoT libs
This commit is contained in:
Colby Mchenry
2026-03-18 22:55:54 -05:00
committed by GitHub
+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/**',