mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-07 08:04:27 +01:00
* Rename ls-sdk-bindings workspace member * Rename ls-sdk-core workspace member * Rename ls-sdk-react-native
49 lines
848 B
Plaintext
49 lines
848 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/android
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=android
|
|
|
|
### Android ###
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
### Android Patch ###
|
|
gen-external-apklibs
|
|
|
|
# Replacement of .externalNativeBuild directories introduced
|
|
# with Android Studio 3.5.
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/android
|
|
|
|
lib/src/main/jniLibs/
|
|
lib/src/main/kotlin/breez_liquid_sdk
|