From b3b8bcfdfa6898db6e8cad32aed9fc0fcbcbb492 Mon Sep 17 00:00:00 2001
From: Ethan Roseman <eroseman@basistech.com>
Date: Mon, 9 Sep 2019 15:43:29 -0400
Subject: [PATCH] .idea/ on gitignore

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a3bd031609..45c3b68db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,7 +82,7 @@ hs_err_pid*.log
 /RecentActivity/release/
 /CentralRepository/release/
 
-/.idea/
+.idea/
 *.iml
 
 *.img
-- 
GitLab