nothing to see here

This commit is contained in:
rusefi 2020-06-24 18:21:05 -04:00
parent cb33f9e1f2
commit 6d21800d35
2 changed files with 18 additions and 1 deletions

15
android/.gitignore vendored
View File

@ -1 +1,14 @@
.gradle
*.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

View File

@ -14,3 +14,7 @@ allprojects {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}