From d95b19bf984270b7f200af050bd17b77732fb621 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 2 Apr 2018 13:26:17 -0700 Subject: [PATCH] Update .gitignore to ignore the .gradle/ directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e86ac30..13aafbc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ *.ipr *.iws *.DS_Store +.gradle/ .idea/ target/