From 834b15162ccd130b9719596c9fdc142574cd57c4 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Fri, 14 Sep 2018 13:24:28 -0500 Subject: [PATCH] Ignore IDE files --- .gitignore | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d4b45f2..67617ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,7 @@ /.gradle -/.idea/artifacts -/.idea/deployment.xml -/.idea/gradle.xml -/.idea/modules.xml -/.idea/tasks.xml -/.idea/workspace.xml -/.idea/libraries -/.idea/shelf +/.idea bin build +out *.class .DS_Store