mac 显示隐藏文件
2017-11-08 本文已影响0人
Captain_xu
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