From 97fb0cfc58b1e16f59a5ae33bd233d6213a781dc Mon Sep 17 00:00:00 2001 From: Chad Cornelison Date: Sat, 28 Dec 2019 16:16:53 -0500 Subject: [PATCH] fix pattern for target directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73efe747..3e38e8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ local.properties ###################### /log/ */target/** +target/ ###################### # Gradle ######################