Initial import
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
.DS_Store
|
||||
|
||||
# Gradle / Kotlin
|
||||
.gradle/
|
||||
.kotlin/
|
||||
build/
|
||||
*/build/
|
||||
|
||||
# Local SDK / machine-specific config
|
||||
local.properties
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Signing keys
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Generated artifacts
|
||||
app/release/
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
Reference in New Issue
Block a user