Skip to content

Commit

Permalink
Merge pull request #4203 from kubeshop/olelensmar/fix/node_modules_ex…
Browse files Browse the repository at this point in the history
…clude_path

fix: improved exclusion of default node_modules exclusion
  • Loading branch information
olensmar authored Dec 5, 2023
2 parents cb79303 + f8cad3b commit 4325e76
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 4325e76

Please sign in to comment.