From a7e4e3af0510203b528ce7e3e3c9f276c8083379 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Thu, 16 Oct 2014 15:53:23 +0200 Subject: [PATCH] Ignore iml file anywhere Intellij's iml file can be anywhere on the path. This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1df388bf..2537e5b4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,6 +1,6 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -/*.iml +*.iml ## Directory-based project format: .idea/ -- 2.39.5