From 6d21800d35620c0ff95b935267b57598888432dc Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 24 Jun 2020 18:21:05 -0400 Subject: [PATCH] nothing to see here --- android/.gitignore | 15 ++++++++++++++- android/build.gradle | 4 ++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/android/.gitignore b/android/.gitignore index 4a8da3bce0..603b140773 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1 +1,14 @@ -.gradle \ No newline at end of file +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx diff --git a/android/build.gradle b/android/build.gradle index 8d8b1e2d4f..ea1e2d5075 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,3 +14,7 @@ allprojects { jcenter() } } + +task clean(type: Delete) { + delete rootProject.buildDir +} \ No newline at end of file