From f8cad3b1e818eedeb22cf7126ef55d343402519f Mon Sep 17 00:00:00 2001 From: Ole Lensmar Date: Tue, 5 Dec 2023 08:43:08 +0100 Subject: [PATCH] fix: improved exclusion of default node_modules exclusion --- src/shared/constants/electronStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/constants/electronStore.ts b/src/shared/constants/electronStore.ts index 4011101af..5123e6575 100644 --- a/src/shared/constants/electronStore.ts +++ b/src/shared/constants/electronStore.ts @@ -318,7 +318,7 @@ export const electronStoreDefaults = { useKubectlProxy: false, loadLastProjectOnStartup: false, fileExplorerSortOrder: 'folders', - scanExcludes: ['node_modules', '**/.git', '**/pkg/mod/**', '**/.kube', '**/*.swp'], + scanExcludes: ['**/node_modules', '**/.git', '**/pkg/mod/**', '**/.kube', '**/*.swp'], fileIncludes: ['*.yaml', '*.yml'], settings: { theme: 'dark',