mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-22 15:59:46 +02:00
55 lines
768 B
Plaintext
55 lines
768 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Kiro specs (development only)
|
|
.kiro/
|
|
|
|
# Reference folder (development only)
|
|
referensi/
|
|
|
|
# Development notes
|
|
COMPARISON_PC_vs_ANDROID.md
|
|
|
|
# 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/
|
|
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
|