From 4c99ebe9f804b3cc70fe39dfcf8a097d22b3842c Mon Sep 17 00:00:00 2001 From: "Bradley M. Small" <bradley_small@hotamil.com> Date: Thu, 12 Aug 2021 17:36:44 -0400 Subject: [PATCH] removing .idea folder from .git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 744289d..46270ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Project exclude paths -/target/ \ No newline at end of file +/target/ +/.idea/ \ No newline at end of file -- GitLab