From: liamfallon Date: Fri, 23 Nov 2018 12:07:12 +0000 (+0000) Subject: Add intellij file types to .gitignore X-Git-Tag: 3.0.2-ONAP~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f437d629aac23467dc505d081bbe1634a5ef63b8;p=policy%2Fapi.git Add intellij file types to .gitignore Issue-ID: POLICY-1264 Change-Id: I06369ecb1837f0c080ff2a47c502f4b0d5e5e51b Signed-off-by: liamfallon --- diff --git a/.gitignore b/.gitignore index e0c495fd..8daeb28f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ target .idea logs/ debug-logs/ +*.iml +*.ipr +*.iws