From 9929af015803b472f46e29db250463f4337c9119 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 6 Jul 2017 06:44:38 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2b927a..33793a8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ target/ logs/ debug-logs/ +.idea +*.iml -- 2.16.6