Skip to content

Commit b9fa067

Browse files
committed
cleans up vs config
1 parent 32f1f7c commit b9fa067

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Diff for: .vscode/settings.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"files.exclude": {
3-
"dist": true
4-
},
5-
6-
"search.exclude": {
7-
"dist": true
8-
}
9-
}
2+
"files.exclude": {
3+
"build" : true,
4+
"dist": true,
5+
"tmp" : true
6+
},
7+
"search.exclude": {
8+
".git" : true,
9+
".idea": true,
10+
"node_modules" : true,
11+
"build" : true,
12+
"dist" : true,
13+
"tmp" : true
14+
}
15+
}

0 commit comments

Comments
 (0)