chore: expand gitignore for Android build artifacts
This commit is contained in:
+12
-5
@@ -1,7 +1,14 @@
|
|||||||
# Gradle
|
# Android / Gradle build artifacts
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
.kotlin/
|
||||||
app/build/
|
**/build/
|
||||||
|
captures/
|
||||||
|
.externalNativeBuild/
|
||||||
|
.cxx/
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.ap_
|
||||||
|
*.dex
|
||||||
|
|
||||||
# Local config
|
# Local config
|
||||||
local.properties
|
local.properties
|
||||||
@@ -10,7 +17,7 @@ local.properties
|
|||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
# Keystore
|
# Keystore / signing material
|
||||||
*.jks
|
*.jks
|
||||||
*.keystore
|
*.keystore
|
||||||
|
|
||||||
@@ -18,5 +25,5 @@ local.properties
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
#Build
|
# Project notes
|
||||||
todo.md
|
todo.md
|
||||||
|
|||||||
Reference in New Issue
Block a user