mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
38b0b246e2
tag Change-Id: I87dca48559687c9210fec8bebb031305d8d5578c
38 lines
597 B
Text
38 lines
597 B
Text
*.iml
|
|
.gradle
|
|
/local.properties
|
|
# idea files: exclude everything except dictionnaries
|
|
.idea/caches
|
|
.idea/copilot
|
|
.idea/libraries
|
|
.idea/inspectionProfiles
|
|
.idea/sonarlint
|
|
.idea/*.xml
|
|
.DS_Store
|
|
/build
|
|
/benchmark-out
|
|
/captures
|
|
.externalNativeBuild
|
|
rust-sdk/target/*
|
|
rust-sdk/src/uniffi/*
|
|
Cargo.lock
|
|
|
|
/tmp
|
|
/fastlane/private
|
|
/fastlane/report.xml
|
|
/fastlane/README.md
|
|
|
|
/**/build
|
|
|
|
# Added by SC
|
|
.tmp_unpatched_strings
|
|
.tmp_new_patched_strings
|
|
|
|
# Added by yarn
|
|
/package.json
|
|
/yarn.lock
|
|
/node_modules
|
|
**/out/failures
|
|
|
|
# For manual dependency to rust crypto sdk
|
|
library/rustCrypto/matrix-rust-sdk-crypto.aar
|