30 lines
277 B
Plaintext
30 lines
277 B
Plaintext
# Android / Gradle build artifacts
|
|
.gradle/
|
|
.kotlin/
|
|
**/build/
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
|
|
# Local config
|
|
local.properties
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# Keystore / signing material
|
|
*.jks
|
|
*.keystore
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project notes
|
|
todo.md
|