finish android task suite
This commit is contained in:
26
android/.gitignore
vendored
26
android/.gitignore
vendored
@@ -1,2 +1,28 @@
|
||||
.gradle
|
||||
.kotlin
|
||||
|
||||
# Keystore and signing (SENSITIVE — never commit)
|
||||
*.keystore
|
||||
*.jks
|
||||
key.properties
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
app/build/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Local config
|
||||
local.properties
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Generated
|
||||
gen/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user