美文网首页
mac 显示隐藏文件

mac 显示隐藏文件

作者: Captain_xu | 来源:发表于2017-11-08 15:27 被阅读0次

defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder //显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles No && killall Finder //不显示隐藏文件

webstorm 会在遍历文件,如果项目是通过npm管理的,那么在项目文件夹下会有nodes_modules,该文件目录较多,提高webstorm速度.

可以settings --> file type ---> ActionScript 下面
在ignore files and folders中添加node_modules

相关文章

网友评论

      本文标题:mac 显示隐藏文件

      本文链接:https://www.haomeiwen.com/subject/vucymxtx.html