From 63637e0ddb3bcd8692fab276f38b7a848544a2f9 Mon Sep 17 00:00:00 2001 From: Shaun Bennett Date: Wed, 20 Jan 2016 10:19:25 -0500 Subject: [PATCH] Add IntellIJ files to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b216d9a7..1f2440b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,8 @@ zSotanna2 /RemoteSystemsTempFiles /.recommenders/caches -target/ \ No newline at end of file +target/ + +# IntelliJ IDEA Files +*.iml +.idea/ \ No newline at end of file