mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
* download only backup selected assets * android impl * fix tests * limit concurrent hashing to 16 * extension cleanup * optimized hashing * hash only selected albums * remove concurrency limit * address review comments * log more info on failure * add native cancellation * small batch size on ios, large on android * fix: get correct resources * cleanup getResource * ios better hash cancellation * handle graceful cancellation android * do not trigger multiple hashing ops * ios: fix circular reference, improve cancellation * kotlin: more cancellation checks * no need to create result * cancel previous task * avoid race condition * ensure cancellation gets called * fix cancellation not happening --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
36 lines
580 B
Plaintext
36 lines
580 B
Plaintext
**/dgph
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
.sconsign.dblite
|
|
.tags*
|
|
**/.vagrant/
|
|
**/DerivedData/
|
|
Icon?
|
|
**/Pods/
|
|
**/.symlinks/
|
|
profile
|
|
xcuserdata
|
|
**/.generated/
|
|
Flutter/App.framework
|
|
Flutter/Flutter.framework
|
|
Flutter/Flutter.podspec
|
|
Flutter/Generated.xcconfig
|
|
Flutter/ephemeral/
|
|
Flutter/app.flx
|
|
Flutter/app.zip
|
|
Flutter/flutter_assets/
|
|
Flutter/flutter_export_environment.sh
|
|
ServiceDefinitions.json
|
|
Runner/GeneratedPluginRegistrant.*
|
|
|
|
# Exceptions to above rules.
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.pbxuser
|
|
!default.perspectivev3
|
|
|
|
fastlane/report.xml
|