mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
* fix(database): Use native extension instead of describeEnum * new(sonarr): [Catalogue] Previous airing sorting options * splash: Rebuild Android & iOS splash screens * changelog: Refactor changelog sheet * Continued WIP Polish of UI * chore: Reintegrate pods * calendar: Added second line for Lidarr/Radarr entries * settings: Show quick actions information as banner block * lidarr: Add support for monitoring options on add, posters in result list * uiux: Fade edges of scrollable text * drawer: Restyle header * Remove redundant body texts in edit/add content * macos: Set window size & alignment * settings: Add description banner block for profiles
58 lines
975 B
Plaintext
58 lines
975 B
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
ios/Flutter/.last_build_id
|
|
|
|
# LunaSea
|
|
output/
|
|
*.ipa
|
|
*.aab
|
|
*.apk
|
|
ios/build/
|
|
coverage/
|
|
|
|
# Blackbox
|
|
/.blackbox/pubring.gpg~
|
|
/.blackbox/pubring.kbx~
|
|
/.blackbox/secring.gpg
|
|
/android/key.properties
|
|
/android/app/google-services.json
|
|
/android/key.jks
|
|
/ios/GoogleService-Info.plist
|
|
/macos/GoogleService-Info.plist
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-thin-100.ttf
|