sublime忽略打开工程中某些文件夹,不在搜索之列
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": ["build"]
}
]
}
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": ["build"]
}
]
}