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