From: liamfallon Date: Thu, 22 Nov 2018 14:07:08 +0000 (+0000) Subject: Add intellij file types to .gitignore X-Git-Tag: 3.0.2-ONAP~113 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7801611132a13e145a9a27ca7f44056e5780e9fc;p=policy%2Fmodels.git Add intellij file types to .gitignore Issue-ID: POLICY-1264 Change-Id: I105fd8816cdeaf3901b3f53682431e77edb2c081 Signed-off-by: liamfallon --- 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