Files
2026-05-23 22:10:14 +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
}
}