隐藏. iml 文件

我使用 Intellij IDEA 12,我想隐藏 .iml文件在项目视图。我如何可以实现这一点?

56848 次浏览

文件类型设置中选择“忽略的文件和文件夹”:

用于 Windows 和 Linux 的文件 | 设置 | 编辑器 | 文件类型

IntelliJ IDEA | 参数设置 | 编辑器 | OS X 的文件类型

然后在下面的文本框中添加 *.iml;*.idea;:

Hide Files and Folders in Intellij

http://blogs.jetbrains.com/idea/2011/04/intellij-idea-does-not-show-some-files-know-the-hiding-places/

  • 转到 File-> Settings-> File Types
  • *.iml附加到“忽略文件和文件夹”下面的列表(位于对话框底部)

For Intellij IDEA 13 on OS X 10.9, do this:

  • 转到 Intellij IDEA > Preferences
  • Scroll down to the IDE Settings section, go to File Types.
  • *.iml.idea添加到此窗口底部的 Ignore files and folders列表框中。

项目导航器将更加干净!

希望能有所帮助!

Mac OS X 上的 IntelliJ 14和15(他们在14中再次改变了层次结构) :

  • Go to IntelliJ IDEA -> Preferences -> Editor -> File Types
  • *.iml附加到“忽略文件和文件夹”下面的列表(位于对话框底部)

对于 Windows 上的 IntelliJ14,转到 File->Settings->Editor->File Types。在底部,附加 ;.idea;*.iml

macOS Sierra 10.12.4上的 IntelliJ IDEA 2017.1.2 Ultimate

enter image description here

转到文件-> 设置-> 文件类型

enter image description here

而不是隐藏文件排除他们像文件夹似乎是更好的方式为我。

转到 File > Project Structure... > Settings > Modules

At the bottom is a box where you can enter the file types:

enter image description here

现在您可以使用项目“显示选项菜单”来隐藏和显示它们:

enter image description here