mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-13 14:31:10 +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
|
||
|
}
|
||
|
}
|