From: Ryan Goulding Date: Thu, 6 Jul 2017 10:44:38 +0000 (-0400) Subject: Add IntelliJ IDEA related files to gitignore X-Git-Tag: v1.1.0~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9929af015803b472f46e29db250463f4337c9119;p=aai%2Frest-client.git Add IntelliJ IDEA related files to gitignore Ignore changes in IntelliJ related files because they are not related to the code. Change-Id: Ibf90527b7eba6b2af2a314ad25745a426146e847 Signed-off-by: Ryan Goulding --- diff --git a/.gitignore b/.gitignore index e2b927a..33793a8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ target/ logs/ debug-logs/ +.idea +*.iml