2020-01-04 19:31:25 +00:00
|
|
|
# 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
|
|
|
|
.packages
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
|
|
|
/build/
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
|
|
|
|
# Android related
|
|
|
|
**/android/**/gradle-wrapper.jar
|
|
|
|
**/android/.gradle
|
|
|
|
**/android/captures/
|
|
|
|
**/android/gradlew
|
|
|
|
**/android/gradlew.bat
|
|
|
|
**/android/local.properties
|
|
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
|
|
|
|
|
|
# iOS/XCode related
|
|
|
|
**/ios/**/*.mode1v3
|
|
|
|
**/ios/**/*.mode2v3
|
|
|
|
**/ios/**/*.moved-aside
|
|
|
|
**/ios/**/*.pbxuser
|
|
|
|
**/ios/**/*.perspectivev3
|
|
|
|
**/ios/**/*sync/
|
|
|
|
**/ios/**/.sconsign.dblite
|
|
|
|
**/ios/**/.tags*
|
|
|
|
**/ios/**/.vagrant/
|
|
|
|
**/ios/**/DerivedData/
|
|
|
|
**/ios/**/Icon?
|
|
|
|
**/ios/**/Pods/
|
|
|
|
**/ios/**/.symlinks/
|
|
|
|
**/ios/**/profile
|
|
|
|
**/ios/**/xcuserdata
|
|
|
|
**/ios/.generated/
|
|
|
|
**/ios/Flutter/App.framework
|
|
|
|
**/ios/Flutter/Flutter.framework
|
|
|
|
**/ios/Flutter/Generated.xcconfig
|
|
|
|
**/ios/Flutter/app.flx
|
|
|
|
**/ios/Flutter/app.zip
|
|
|
|
**/ios/Flutter/flutter_assets/
|
|
|
|
**/ios/ServiceDefinitions.json
|
|
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
|
|
|
|
|
|
# Exceptions to above rules.
|
|
|
|
!**/ios/**/default.mode1v3
|
|
|
|
!**/ios/**/default.mode2v3
|
|
|
|
!**/ios/**/default.pbxuser
|
|
|
|
!**/ios/**/default.perspectivev3
|
|
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
|
|
|
|
|
|
|
|
|
|
# External libs
|
|
|
|
monero_android/
|
|
|
|
android/app/.externalNativeBuild/
|
|
|
|
cw_monero/ios/External/
|
|
|
|
cw_monero/cw_monero/android/.externalNativeBuild/
|
|
|
|
cw_monero/cw_monero/android/.cxx/
|
|
|
|
|
|
|
|
# Generated dart files
|
|
|
|
**/*.g.dart
|
|
|
|
|
|
|
|
android/key.properties
|
|
|
|
|
|
|
|
**/tool/.secrets-prod.json
|
2021-03-24 10:10:18 +00:00
|
|
|
**/tool/.secrets-test.json
|
2021-03-16 13:20:46 +00:00
|
|
|
**/tool/.secrets-config.json
|
2020-06-20 07:10:00 +00:00
|
|
|
**/lib/.secrets.g.dart
|
|
|
|
|
2020-08-25 16:32:40 +00:00
|
|
|
vendor/
|
|
|
|
|
|
|
|
android/app/.cxx/**
|
2020-10-19 11:20:24 +00:00
|
|
|
ios/Flutter/.last_build_id
|
2021-03-24 16:52:30 +00:00
|
|
|
/lib/generated/**
|
2021-05-07 07:36:38 +00:00
|
|
|
#**#
|
2021-06-04 15:25:17 +00:00
|
|
|
/**/#**#
|
|
|
|
|
|
|
|
**/google-services.json
|
2021-07-26 11:05:52 +00:00
|
|
|
**/GoogleService-Info.plist
|
|
|
|
|
|
|
|
|
|
|
|
\#*\#
|
2021-11-05 15:08:45 +00:00
|
|
|
.\#*
|
|
|
|
|
|
|
|
ios/build
|
|
|
|
*.sublime-workspace
|
|
|
|
*.sublime-project
|
2021-12-08 11:09:38 +00:00
|
|
|
|
|
|
|
shared_external/**
|
2022-03-30 15:57:04 +00:00
|
|
|
cw_shared_external/ios/External/
|
|
|
|
# cw_haven/**
|
|
|
|
cw_haven/ios/External/
|
|
|
|
cw_haven/android/.externalNativeBuild/
|
|
|
|
cw_haven/android/.cxx/
|
2021-12-24 12:37:24 +00:00
|
|
|
|
|
|
|
lib/bitcoin/bitcoin.dart
|
2022-01-04 17:26:02 +00:00
|
|
|
lib/monero/monero.dart
|
2022-04-07 10:51:43 +00:00
|
|
|
lib/haven/haven.dart
|
2022-01-04 17:26:02 +00:00
|
|
|
|
2022-01-04 18:22:24 +00:00
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_180.png
|
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_120.png
|
2022-01-11 09:45:02 +00:00
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
|
|
|
|
ios/Runner/Info.plist
|
2022-01-10 15:04:58 +00:00
|
|
|
android/app/src/main/res/mipmap-*
|
|
|
|
android/app/src/main/res/drawable/ic_launcher.png
|
|
|
|
!android/app/src/main/res/drawable/launch_background.xml
|
|
|
|
!android/app/src/main/res/values/styles.xml
|
2022-01-04 18:57:46 +00:00
|
|
|
assets/images/app_logo.png
|
2022-01-10 15:04:58 +00:00
|
|
|
|
|
|
|
/pubspec.yaml
|
|
|
|
/pubspec.lock
|
2022-01-11 17:23:59 +00:00
|
|
|
/android/app.properties
|
2022-01-12 15:04:10 +00:00
|
|
|
/android/app/src/main/AndroidManifest.xml
|