mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 03:38:29 +00:00
13 lines
236 B
JSON
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
|
|
}
|
|
} |