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