From fd0b32c520e3d1088b2fe9228be114932e6c3a0c Mon Sep 17 00:00:00 2001 From: wangfei Date: Sun, 21 Sep 2014 13:09:36 -0700 Subject: [Minor]ignore .idea_modules ignore .idea_modules , ```sbt/sbt gen-idea``` generate this dir. Author: wangfei Closes #2476 from scwf/patch-4 and squashes the following commits: e6ab88a [wangfei] ignore .idea_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1bcd016576..7779980b74 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.iml *.iws .idea/ +.idea_modules/ sbt/*.jar .settings .cache -- cgit v1.2.3