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