mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
36 lines
579 B
Plaintext
36 lines
579 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
# idea files: exclude everything except dictionnaries
|
|
.idea/caches
|
|
.idea/libraries
|
|
.idea/inspectionProfiles
|
|
.idea/*.xml
|
|
.DS_Store
|
|
/build
|
|
/benchmark-out
|
|
/captures
|
|
.externalNativeBuild
|
|
rust-sdk/target/*
|
|
rust-sdk/src/uniffi/*
|
|
Cargo.lock
|
|
|
|
/tmp
|
|
/fastlane/private
|
|
/fastlane/report.xml
|
|
|
|
/**/build
|
|
|
|
# Added by yarn
|
|
/package.json
|
|
/yarn.lock
|
|
/node_modules
|
|
**/out/failures
|
|
|
|
# For manual dependency to rust crypto sdk
|
|
matrix-sdk-android/src/main/jniLibs/
|
|
|
|
matrix-sdk-android/libs/crypto-android-release.aar
|
|
|
|
matrix-sdk-android/libs/matrix-rust-sdk-crypto.aar
|