Skip to content

Commit

Permalink
fix: improved exclusion of default node_modules exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Dec 5, 2023
1 parent cb79303 commit f8cad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants/electronStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f8cad3b

Please sign in to comment.