From b4dc85fb844c2d2764945eaad80d9f40b52b6d29 Mon Sep 17 00:00:00 2001 From: stevenbobo <sbobo3@illinois.edu> Date: Sat, 21 Nov 2020 15:31:08 -0600 Subject: [PATCH] Added iTrust.iml to .gitignore file --- iTrust/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iTrust/.gitignore b/iTrust/.gitignore index 3e15d32..158b336 100644 --- a/iTrust/.gitignore +++ b/iTrust/.gitignore @@ -2,4 +2,5 @@ /build/ /target/ /WebRoot/WEB-INF/lib/* -!/WebRoot/WEB-INF/lib/cewolf-1.1.jar \ No newline at end of file +!/WebRoot/WEB-INF/lib/cewolf-1.1.jar +/iTrust.iml \ No newline at end of file -- GitLab