From d6a74fd51ce52066e71cbed103cf421e7b54bdb4 Mon Sep 17 00:00:00 2001 From: Deryck Brown Date: Thu, 12 May 2022 20:32:20 +0100 Subject: [PATCH] Added .gradle to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 626eea4..7ff3503 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,5 @@ local.properties # Uncomment this line if you wish to ignore the project description file. # Typically, this file would be tracked if it contains build/dependency configurations: -#.project \ No newline at end of file +#.project +/.gradle/