exclude .pio/ folder for Platform.io IoT libs
This commit is contained in:
@@ -618,6 +618,7 @@ export const DEFAULT_CONFIG: CodeGraphConfig = {
|
||||
'**/Debug/**',
|
||||
'**/Release/**',
|
||||
'**/x64/**',
|
||||
'**/.pio/**', // Platform.io (IoT/embedded build artifacts and library deps)
|
||||
|
||||
// Electron
|
||||
'**/release/**',
|
||||
|
||||
Reference in New Issue
Block a user