2019-01-19 06:40:41 +01:00
|
|
|
# OSX
|
2018-12-11 23:52:46 +01:00
|
|
|
#
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
2024-06-16 00:06:43 +02:00
|
|
|
**/.xcode.env.local
|
2022-02-11 12:47:06 +01:00
|
|
|
*.hprof
|
2023-03-04 18:51:11 +01:00
|
|
|
.cxx/
|
|
|
|
*.keystore
|
|
|
|
!debug.keystore
|
2019-01-19 06:40:41 +01:00
|
|
|
# Android/IntelliJ
|
2018-12-11 23:52:46 +01:00
|
|
|
#
|
2019-01-19 06:40:41 +01:00
|
|
|
build/
|
2018-12-11 23:52:46 +01:00
|
|
|
.idea
|
|
|
|
.gradle
|
2019-01-19 06:40:41 +01:00
|
|
|
local.properties
|
2018-12-11 23:52:46 +01:00
|
|
|
*.iml
|
2019-01-19 06:40:41 +01:00
|
|
|
|
2023-12-18 16:21:42 +01:00
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2019-01-19 06:40:41 +01:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
|
|
|
*.keystore
|
2020-03-22 23:51:25 +01:00
|
|
|
!debug.keystore
|
2019-01-19 06:40:41 +01:00
|
|
|
|
|
|
|
# fastlane
|
|
|
|
#
|
|
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
|
|
# screenshots whenever they are needed.
|
|
|
|
# For more information about the recommended setup visit:
|
|
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
|
|
|
|
|
|
|
*/fastlane/report.xml
|
|
|
|
*/fastlane/Preview.html
|
|
|
|
*/fastlane/screenshots
|
2023-03-04 18:51:11 +01:00
|
|
|
**/fastlane/test_output
|
2023-11-24 01:29:47 +01:00
|
|
|
ios/fastlane
|
2019-01-19 06:40:41 +01:00
|
|
|
|
|
|
|
# Bundle artifact
|
|
|
|
*.jsbundle
|
2019-02-02 04:45:18 +01:00
|
|
|
|
|
|
|
#BlueWallet
|
2019-02-03 10:06:40 +01:00
|
|
|
release-notes.json
|
2019-05-02 22:33:03 +02:00
|
|
|
release-notes.txt
|
2021-09-13 15:22:00 +02:00
|
|
|
current-branch.json
|
2019-05-02 22:33:03 +02:00
|
|
|
|
2023-03-04 18:51:11 +01:00
|
|
|
# Ruby / CocoaPods
|
2024-06-16 00:06:43 +02:00
|
|
|
**/Pods/
|
2023-03-04 18:51:11 +01:00
|
|
|
/vendor/bundle/
|
2023-04-28 04:46:31 +02:00
|
|
|
ios/BlueWallet.xcodeproj/xcuserdata/
|
2023-04-28 04:39:25 +02:00
|
|
|
|
2023-03-04 18:51:11 +01:00
|
|
|
# Temporary files created by Metro to check the health of the file watcher
|
|
|
|
.metro-health-check*
|
2020-07-29 07:31:41 +02:00
|
|
|
artifacts/
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
.vscode/
|
2020-12-25 17:20:15 +01:00
|
|
|
/.vs
|
|
|
|
|
2020-09-08 18:06:41 +02:00
|
|
|
*.mx
|
|
|
|
*.realm
|
2024-05-07 00:21:47 +02:00
|
|
|
*.realm.lock
|
|
|
|
android/app/.project
|
|
|
|
android/app/.classpath
|
|
|
|
android/.settings/org.eclipse.buildship.core.prefs
|
|
|
|
android/.project
|
2024-08-04 21:41:49 +02:00
|
|
|
android/.settings/org.eclipse.buildship.core.prefs
|
|
|
|
android/app/.classpath
|
|
|
|
android/app/.project
|