Skip to content

Commit 11f975e

Browse files
committed
VS Code: hide dist folder from search, files view etc.
1 parent 3495c7b commit 11f975e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"files.exclude": {
77
"**/node_modules": true,
88
"**/out": true,
9+
"**/dist": true,
910
},
1011
// This affects Find In Files (Ctrl+Shift+F) but also Go To File (Ctrl+P) and
1112
// the new Quick Search (experimental), which I've been using a lot since it was released.

0 commit comments

Comments
 (0)