2018-07-20 15:57:12 +03:00
|
|
|
# OSX
|
|
|
|
#
|
|
|
|
.DS_Store
|
2018-07-15 21:07:00 +03:00
|
|
|
|
2018-07-20 15:57:12 +03:00
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
2019-09-11 22:42:49 +03:00
|
|
|
xcuserdata
|
2018-07-20 15:57:12 +03:00
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
2019-09-11 22:42:49 +03:00
|
|
|
*.xcuserstate
|
2022-10-20 15:46:58 +03:00
|
|
|
ios/.xcode.env.local
|
2018-07-15 21:07:00 +03:00
|
|
|
|
2018-07-20 15:57:12 +03:00
|
|
|
# Android/IntelliJ
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
.idea
|
|
|
|
.gradle
|
|
|
|
local.properties
|
|
|
|
*.iml
|
2022-03-01 15:36:05 +03:00
|
|
|
*.hprof
|
2022-10-20 15:46:58 +03:00
|
|
|
.cxx/
|
2018-07-15 21:07:00 +03:00
|
|
|
|
2018-07-20 15:57:12 +03:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
2018-07-15 21:07:00 +03:00
|
|
|
|
2018-07-20 15:57:12 +03:00
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
|
|
|
*.keystore
|
2019-10-09 18:26:38 +03:00
|
|
|
!debug.keystore
|
2018-07-20 15:57:12 +03: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/
|
|
|
|
|
2022-10-20 15:46:58 +03:00
|
|
|
**/fastlane/report.xml
|
|
|
|
**/fastlane/Preview.html
|
|
|
|
**/fastlane/screenshots
|
|
|
|
**/fastlane/test_output
|
2018-07-20 15:57:12 +03:00
|
|
|
|
|
|
|
# Bundle artifact
|
|
|
|
*.jsbundle
|
2018-10-13 14:10:10 +03:00
|
|
|
|
2022-10-20 15:46:58 +03:00
|
|
|
# Ruby / CocoaPods
|
2019-10-14 11:42:17 +03:00
|
|
|
/ios/Pods/
|
2022-10-20 15:46:58 +03:00
|
|
|
/vendor/bundle/
|
2019-10-14 11:42:17 +03:00
|
|
|
|
2018-10-13 14:10:10 +03:00
|
|
|
config.js
|
|
|
|
!src/screens/steem-connect/config.js
|
2019-08-26 10:52:47 +03:00
|
|
|
google-services.json
|
2020-07-16 13:48:00 +03:00
|
|
|
GoogleService-Info.plist
|
2018-10-13 14:10:10 +03:00
|
|
|
keystore/
|
2018-11-19 12:44:58 +03:00
|
|
|
.env
|
2018-11-19 21:54:44 +03:00
|
|
|
package-lock.json
|
2018-12-06 11:50:11 +03:00
|
|
|
my-release-key.keystore
|
2019-12-10 07:52:35 +03:00
|
|
|
gradle.properties
|
2020-07-17 14:22:06 +03:00
|
|
|
ios/Ecency.xcworkspace/xcuserdata/f.xcuserdatad/UserInterfaceState.xcuserstate
|