mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-03-31 09:01:33 +02:00
83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
.cursorignore
|
|
.cursorrules
|
|
|
|
# Kiro specs (development only)
|
|
.kiro/
|
|
|
|
# Design assets (banners, mockups)
|
|
design/
|
|
|
|
# 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
|
|
|
|
# Extension folder
|
|
extension/
|
|
|
|
# Agent instructions
|
|
AGENTS.md
|
|
|
|
# Temp/misc
|
|
nul
|
|
network_requests.txt
|
|
|
|
# Log files
|
|
*.log
|
|
hs_err_*.log
|
|
flutter_*.log
|
|
|
|
# Development tools
|
|
tool/
|
|
.claude/settings.local.json
|
|
|
|
# FVM Version Cache
|
|
.fvm/
|