mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-03-31 00:39:24 +02:00
- iOS limitation: empty folders cannot be selected via document picker - Added bottom sheet with App Documents Folder as recommended option - Shows info message explaining iOS limitation - Files accessible via iOS Files app Version: 2.0.7-preview2+38
53 lines
771 B
Plaintext
53 lines
771 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Kiro specs (development only)
|
|
.kiro/
|
|
|
|
# Reference folder (development only)
|
|
referensi/
|
|
|
|
# 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
|