Skip to content

Commit 4ffe980

Browse files
committed
Update .vscode settings
1 parent 17e1aad commit 4ffe980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"files.exclude": {
33
"**/.DS_Store": true,
44
"**/.git": true,
5+
"**/.vs": true,
56
"**/.gitmodules": true,
7+
"**/.vsconfig": true,
68
"**/*.booproj": true,
79
"**/*.pidb": true,
810
"**/*.suo": true,
@@ -47,7 +49,10 @@
4749
"library/": true,
4850
"obj/": true,
4951
"Obj/": true,
52+
"Logs/": true,
53+
"logs/": true,
5054
"ProjectSettings/": true,
55+
"UserSettings/": true,
5156
"temp/": true,
5257
"Temp/": true
5358
},

0 commit comments

Comments
 (0)