标签:project folders and folder windows10 ide col 配置 idea
例如隐藏project下的.idea文件目录,以及.iml文件
在 Settings>File Types > ignore files and folders 中添加 .idea;*.iml; 即可隐藏
隐藏后效果如下
备注:
.iml文件是 intellij idea的工程配置文件,里面是当前project的一些配置信息
.Idea存放项目的配置信息,包括历史记录,版本控制信息等
备注:运行环境:
windows10 x64
IntelliJ IDEA 2018.2.5
标签:project folders and folder windows10 ide col 配置 idea
原文地址:https://www.cnblogs.com/Haidnor/p/12034457.html