Add more .gitignore

This commit is contained in:
Romain Guy
2020-01-08 17:59:49 -08:00
parent 44d08ce41e
commit 3fa98419a6
2 changed files with 10 additions and 1 deletions

2
android/.gitignore vendored
View File

@@ -6,4 +6,4 @@
/.idea/caches
/.idea/gradle.xml
.DS_Store
build/
/build/

9
android/buildSrc/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/caches
/.idea/gradle.xml
.DS_Store
/build/