From 12c608aeafa7c3925b2fe8fe0a0d093536bf200c Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 2 Apr 2018 22:48:48 -0700 Subject: [PATCH] Update .gitignore to ignore the Gradle build/ directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 13aafbc..e1de43e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *.DS_Store .gradle/ .idea/ +build/ target/