From 5cd577a9e8400f90855e8cecb163dbbe4646379a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B8llnitz?= Date: Fri, 23 Nov 2018 22:33:07 +0100 Subject: [PATCH] Added .gradle folder to unity.gitignore The newest version of Unity creates a .gradle folder when creating an Android build, that is just unnecessary clutter. This small addition helps solve that problem by ignoring it. --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce5219..31cdc3a7f1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,8 +3,12 @@ [Oo]bj/ [Bb]uild/ [Bb]uilds/ +#Andoid build folder +/.gradle/ Assets/AssetStoreTools* + + # Visual Studio cache directory .vs/