From f9d17c8860ffbe1e6514a16d56603bfff59cc269 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 1 Oct 2018 17:14:26 -0400 Subject: [PATCH] Adds intellij to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9aac52d..fad2118 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ target .classpath .project .settings -.factorypath \ No newline at end of file +.factorypath +.idea +*.iml \ No newline at end of file