【发布时间】:2015-06-03 23:12:13
【问题描述】:
所以我在 Sublime Text 3 中打开了一个文件夹。
该文件夹包含如下结构:
src
build // I would like to hide this folder
.sass-cache // and this folder
node_modules // and this folder
task
test
在左侧(侧边栏)的文件夹窗格中,我得到了上述文件夹。我想隐藏其中的一些,只看到剩余的文件夹。
有没有办法使用启动时加载的列表或其他文件来实现文件夹隐藏?
我在想一个 .gitignore 文件之类的东西,它只列出文件夹或模式以隐藏东西。
【问题讨论】: