Skip to content

Commit 089a8a6

Browse files
author
Benjamin Pasero
committed
fix settings for search exclude
1 parent b93df1c commit 089a8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/.DS_Store": true
88
},
99
"search.exclude": {
10-
"**/node_modules/**": true,
10+
"**/node_modules": true,
1111
"**/bower_components": true,
1212
".build/**": true,
1313
"out*/**": true,

0 commit comments

Comments
 (0)