From 7801611132a13e145a9a27ca7f44056e5780e9fc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 22 Nov 2018 14:07:08 +0000 Subject: Add intellij file types to .gitignore Issue-ID: POLICY-1264 Change-Id: I105fd8816cdeaf3901b3f53682431e77edb2c081 Signed-off-by: liamfallon --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8ae43eae7..7d310720a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ target .metadata/ /bin/ .idea +*.iml +*.ipr +*.iws -- cgit 1.2.3-korg