mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 01:45:05 +08:00
27 lines
359 B
Plaintext
27 lines
359 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
# idea files: exclude everything except dictionnaries
|
|
.idea/caches
|
|
.idea/libraries
|
|
.idea/inspectionProfiles
|
|
.idea/sonarlint
|
|
.idea/*.xml
|
|
.DS_Store
|
|
/build
|
|
/benchmark-out
|
|
/captures
|
|
.externalNativeBuild
|
|
|
|
/tmp
|
|
/fastlane/private
|
|
/fastlane/report.xml
|
|
|
|
/**/build
|
|
|
|
# Added by yarn
|
|
/package.json
|
|
/yarn.lock
|
|
/node_modules
|
|
**/out/failures
|