mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-24 16:54:03 +02:00
57cb575483
- Add extension manager, manifest, runtime, providers, settings - Add extension provider and UI pages (extensions, detail, priority) - Add download service picker widget - Add metadata provider priority page - Add source field to Track model for extension tracking - Add skipBuiltInFallback manifest option to skip built-in providers - Update download queue to use source extension first - Add extension upgrade support without data loss
56 lines
835 B
Plaintext
56 lines
835 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Kiro specs (development only)
|
|
.kiro/
|
|
|
|
# Reference folder (development only)
|
|
referensi/
|
|
|
|
# Documentation (development only, published separately)
|
|
docs/
|
|
|
|
# Old spotiflac_android folder (moved to root)
|
|
spotiflac_android/
|
|
|
|
# Flutter/Dart
|
|
.dart_tool/
|
|
.packages
|
|
build/
|
|
*.lock
|
|
!pubspec.lock
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.metadata
|
|
*.apk
|
|
|
|
# Go backend build artifacts
|
|
go_backend/*.aar
|
|
go_backend/*.jar
|
|
go_backend/*.exe
|
|
go_backend/*.xcframework/
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/app/libs/gobackend.aar
|
|
android/local.properties
|
|
android/*.iml
|
|
android/key.properties
|
|
android/*.jks
|
|
android/*.keystore
|
|
android/app/*.jks
|
|
|
|
# iOS
|
|
ios/Frameworks/
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework/
|
|
ios/Flutter/Flutter.podspec
|
|
android/app/libs/gobackend-sources.jar
|