cocos-enhance-kit/engine/.vscode/settings.json
2022-06-25 00:23:03 +08:00

13 lines
236 B
JSON

{
"files.exclude": {
".git": true,
"node_modules": true,
".github": true
},
"search.exclude": {
".git": true,
"node_modules": true,
".github": true,
"bin": true
}
}