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