2018-10-03 23:56:33 +08:00
|
|
|
*.iml
|
|
|
|
.gradle
|
|
|
|
/local.properties
|
2019-10-11 15:32:43 +08:00
|
|
|
# idea files: exclude everything except dictionnaries
|
|
|
|
.idea/caches
|
|
|
|
.idea/libraries
|
2020-02-04 07:59:55 +08:00
|
|
|
.idea/inspectionProfiles
|
2023-02-08 21:16:00 +08:00
|
|
|
.idea/sonarlint
|
2019-10-11 15:32:43 +08:00
|
|
|
.idea/*.xml
|
2018-10-03 23:56:33 +08:00
|
|
|
.DS_Store
|
|
|
|
/build
|
2021-09-23 22:34:51 +08:00
|
|
|
/benchmark-out
|
2018-10-03 23:56:33 +08:00
|
|
|
/captures
|
|
|
|
.externalNativeBuild
|
2021-02-10 00:14:30 +08:00
|
|
|
rust-sdk/target/*
|
2021-02-17 23:09:12 +08:00
|
|
|
rust-sdk/src/uniffi/*
|
2021-02-10 00:14:30 +08:00
|
|
|
Cargo.lock
|
2019-03-14 00:00:30 +08:00
|
|
|
|
|
|
|
/tmp
|
2021-06-17 21:59:51 +08:00
|
|
|
/fastlane/private
|
|
|
|
/fastlane/report.xml
|
2019-10-09 21:06:02 +08:00
|
|
|
|
2022-05-04 22:48:23 +08:00
|
|
|
/**/build
|
2022-07-29 16:00:49 +08:00
|
|
|
|
|
|
|
# Added by yarn
|
|
|
|
/package.json
|
|
|
|
/yarn.lock
|
|
|
|
/node_modules
|
2022-09-14 21:12:52 +08:00
|
|
|
**/out/failures
|
2022-11-16 16:12:54 +08:00
|
|
|
|
|
|
|
# For manual dependency to rust crypto sdk
|
2023-05-03 21:25:36 +08:00
|
|
|
library/rustCrypto/matrix-rust-sdk-crypto.aar
|