| 1 | # Miscellaneous |
| 2 | *.class |
| 3 | *.log |
| 4 | *.pyc |
| 5 | *.swp |
| 6 | .DS_Store |
| 7 | .atom/ |
| 8 | .buildlog/ |
| 9 | .history |
| 10 | .svn/ |
| 11 | .fvm/ |
| 12 | .fvmrc |
| 13 | |
| 14 | # IntelliJ related |
| 15 | *.iml |
| 16 | *.ipr |
| 17 | *.iws |
| 18 | .idea/ |
| 19 | |
| 20 | # The .vscode folder contains launch configuration and tasks you configure in |
| 21 | # VS Code which you may wish to be included in version control, so this line |
| 22 | # is commented out by default. |
| 23 | .vscode/ |
| 24 | |
| 25 | # Flutter/Dart/Pub related |
| 26 | **/doc/api/ |
| 27 | .dart_tool/ |
| 28 | .flutter-plugins |
| 29 | .packages |
| 30 | .pub-cache/ |
| 31 | .pub/ |
| 32 | /build/ |
| 33 | .flutter-plugins-dependencies |
| 34 | |
| 35 | # Android related |
| 36 | **/android/**/gradle-wrapper.jar |
| 37 | **/android/.gradle |
| 38 | **/android/captures/ |
| 39 | **/android/gradlew |
| 40 | **/android/gradlew.bat |
| 41 | **/android/local.properties |
| 42 | **/android/**/GeneratedPluginRegistrant.java |
| 43 | |
| 44 | # iOS/XCode related |
| 45 | **/ios/**/*.mode1v3 |
| 46 | **/ios/**/*.mode2v3 |
| 47 | **/ios/**/*.moved-aside |
| 48 | **/ios/**/*.pbxuser |
| 49 | **/ios/**/*.perspectivev3 |
| 50 | **/ios/**/*sync/ |
| 51 | **/ios/**/.sconsign.dblite |
| 52 | **/ios/**/.tags* |
| 53 | **/ios/**/.vagrant/ |
| 54 | **/ios/**/DerivedData/ |
| 55 | **/ios/**/Icon? |
| 56 | **/ios/**/Pods/ |
| 57 | **/ios/**/.symlinks/ |
| 58 | **/ios/**/profile |
| 59 | **/ios/**/xcuserdata |
| 60 | **/ios/.generated/ |
| 61 | **/ios/Flutter/App.framework |
| 62 | **/ios/Flutter/Flutter.framework |
| 63 | **/ios/Flutter/Generated.xcconfig |
| 64 | **/ios/Flutter/app.flx |
| 65 | **/ios/Flutter/app.zip |
| 66 | **/ios/Flutter/flutter_assets/ |
| 67 | **/ios/ServiceDefinitions.json |
| 68 | **/ios/Runner/GeneratedPluginRegistrant.* |
| 69 | **/ios/Flutter/flutter_export_environment.sh |
| 70 | |
| 71 | # Exceptions to above rules. |
| 72 | !**/ios/**/default.mode1v3 |
| 73 | !**/ios/**/default.mode2v3 |
| 74 | !**/ios/**/default.pbxuser |
| 75 | !**/ios/**/default.perspectivev3 |
| 76 | !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
| 77 | |
| 78 | |
| 79 | # External libs |
| 80 | monero_android/ |
| 81 | android/app/.externalNativeBuild/ |
| 82 | cw_monero/ios/External/ |
| 83 | cw_monero/cw_monero/android/.externalNativeBuild/ |
| 84 | cw_monero/cw_monero/android/.cxx/ |
| 85 | |
| 86 | # Generated dart files |
| 87 | **/*.g.dart |
| 88 | |
| 89 | android/key.properties |
| 90 | android/app/key.jks |
| 91 | |
| 92 | **/tool/.secrets-prod.json |
| 93 | **/tool/.secrets-test.json |
| 94 | **/tool/.secrets-config.json |
| 95 | **/tool/.evm-secrets-config.json |
| 96 | **/tool/.ethereum-secrets-config.json |
| 97 | **/tool/.solana-secrets-config.json |
| 98 | **/tool/.nano-secrets-config.json |
| 99 | **/tool/.tron-secrets-config.json |
| 100 | **/tool/.bitcoin-secrets-config.json |
| 101 | **/lib/.secrets.g.dart |
| 102 | **/cw_evm/lib/.secrets.g.dart |
| 103 | **/cw_solana/lib/.secrets.g.dart |
| 104 | **/cw_tron/lib/.secrets.g.dart |
| 105 | |
| 106 | vendor/ |
| 107 | |
| 108 | android/app/.cxx/** |
| 109 | ios/Flutter/.last_build_id |
| 110 | /lib/generated/** |
| 111 | #**# |
| 112 | /**/#**# |
| 113 | |
| 114 | **/google-services.json |
| 115 | **/GoogleService-Info.plist |
| 116 | |
| 117 | |
| 118 | \#*\# |
| 119 | .\#* |
| 120 | |
| 121 | ios/build |
| 122 | *.sublime-workspace |
| 123 | *.sublime-project |
| 124 | |
| 125 | shared_external/** |
| 126 | cw_shared_external/ios/External/ |
| 127 | # cw_haven/** |
| 128 | cw_haven/ios/External/ |
| 129 | cw_haven/android/.externalNativeBuild/ |
| 130 | cw_haven/android/.cxx/ |
| 131 | cw_zano/ios/External/ |
| 132 | lib/bitcoin/bitcoin.dart |
| 133 | lib/monero/monero.dart |
| 134 | lib/haven/haven.dart |
| 135 | lib/ethereum/ethereum.dart |
| 136 | lib/bitcoin_cash/bitcoin_cash.dart |
| 137 | lib/nano/nano.dart |
| 138 | lib/polygon/polygon.dart |
| 139 | lib/solana/solana.dart |
| 140 | lib/tron/tron.dart |
| 141 | lib/wownero/wownero.dart |
| 142 | lib/zano/zano.dart |
| 143 | lib/decred/decred.dart |
| 144 | lib/dogecoin/dogecoin.dart |
| 145 | lib/base/base.dart |
| 146 | lib/arbitrum/arbitrum.dart |
| 147 | lib/evm/evm.dart |
| 148 | lib/zcash/zcash.dart |
| 149 | |
| 150 | ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json |
| 151 | ios/Runner/Assets.xcassets/AppIcon.appiconset/*.png |
| 152 | ios/AppIcon.icon/* |
| 153 | |
| 154 | ios/Runner/Info.plist |
| 155 | android/app/src/main/res/mipmap-* |
| 156 | android/app/src/main/res/drawable/ic_launcher.png |
| 157 | !android/app/src/main/res/drawable/launch_background.xml |
| 158 | !android/app/src/main/res/values/styles.xml |
| 159 | assets/images/app_logo.png |
| 160 | assets/new-ui/**/*.svg.vec |
| 161 | |
| 162 | /pubspec.yaml |
| 163 | /android/app.properties |
| 164 | /android/app/src/main/AndroidManifest.xml |
| 165 | |
| 166 | |
| 167 | macos/Runner/Info.plist |
| 168 | macos/Runner/DebugProfile.entitlements |
| 169 | macos/Runner/Release.entitlements |
| 170 | macos/Runner/Runner.entitlements |
| 171 | lib/core/secure_storage.dart |
| 172 | |
| 173 | lib/core/secure_storage.dart |
| 174 | |
| 175 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png |
| 176 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png |
| 177 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png |
| 178 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png |
| 179 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png |
| 180 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png |
| 181 | macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png |
| 182 | macos/Runner/Configs/AppInfo.xcconfig |
| 183 | macos/Runner.xcodeproj/project.pbxproj |
| 184 | macos/AppIcon.icon/* |
| 185 | |
| 186 | |
| 187 | integration_test/playground.dart |
| 188 | |
| 189 | # Monero.dart (Monero_C) |
| 190 | scripts/monero_c |
| 191 | # iOS generated framework bin |
| 192 | ios/MoneroWallet.framework/MoneroWallet |
| 193 | ios/WowneroWallet.framework/WowneroWallet |
| 194 | ios/ZanoWallet.framework/ZanoWallet |
| 195 | *_libwallet2_api_c.dylib |
| 196 | libuniffi_yttrium.so |
| 197 | |
| 198 | .flatpak-builder |
| 199 | cake_wallet.flatpak |
| 200 | flatpak-build/ |
| 201 | |
| 202 | # macOS |
| 203 | **/Flutter/ephemeral/ |
| 204 | **/Pods/ |
| 205 | **/macos/Flutter/GeneratedPluginRegistrant.swift |
| 206 | **/macos/Flutter/ephemeral |
| 207 | **/xcuserdata/ |
| 208 | |
| 209 | # Windows |
| 210 | **/windows/flutter/ephemeral/ |
| 211 | **/windows/flutter/generated_plugin_registrant.cc |
| 212 | **/windows/flutter/generated_plugin_registrant.h |
| 213 | **/windows/flutter/generated_plugins.cmake |
| 214 | |
| 215 | # Linux |
| 216 | **/linux/flutter/ephemeral/ |
| 217 | **/linux/flutter/generated_plugin_registrant.cc |
| 218 | **/linux/flutter/generated_plugin_registrant.h |
| 219 | **/linux/flutter/generated_plugins.cmake |
| 220 | |
| 221 | scripts/torch_dart/ |
| 222 | fiat-check-output.txt |
| 223 | scripts/zcash_lib |
| 224 | scripts/android/yttrium |
| 225 | scripts/bitbox_flutter |
| 226 | scripts/reown_flutter |
| 227 | |
| 228 | *.salive |
| 229 | android/.kotlin |
| 230 | scripts/.cache |
| 231 | pubspec.lock |