Webstorm:关于项目子目录,"excluded" 的真正含义是什么?
Webstorm: what does "excluded" really mean, regarding project subdirectories?
在Webstorm中,项目子目录可以标记为"excluded"。这个标志的全部后果是什么? Webstorm 文档对此保持相当模糊。是否影响调试或部署?
非常感谢您的解释。
编辑:
他们说:"Excluded folders are not involved in indexing and therefore they are ignored while searching, parsing, watching etc."。
为什么 'watching' - 我的 gulp 脚本负责监视...。
'etc' 是什么意思 - 更多后果?
它将从搜索和索引中排除这些目录。
在Webstorm中,项目子目录可以标记为"excluded"。这个标志的全部后果是什么? Webstorm 文档对此保持相当模糊。是否影响调试或部署?
非常感谢您的解释。
编辑:
他们说:"Excluded folders are not involved in indexing and therefore they are ignored while searching, parsing, watching etc."。
为什么 'watching' - 我的 gulp 脚本负责监视...。
'etc' 是什么意思 - 更多后果?
它将从搜索和索引中排除这些目录。