mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
* feat(mobile): create react-native-usb library * feat(transport): add react-native-usb layer * chore: align package.json scripts with rest of repo * chore: align formatting with rest of monorepo * chore: refactor types * chore: add xml values for Trezor devices filter * chore: implement new transport in mobile app * fix: fix write error - data type error * fix: dedupe deps * fix(mobile): rework permission request logic * chore: remove old transport-native * chore: move tranport-native to dynamically loaded package * chore: remove unused files * chore: cleanup + pr comments * chore: update refs * fix tsconfig.json * fix types * fix: fix protobuf typo
58 lines
573 B
Plaintext
58 lines
573 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# VSCode
|
|
.vscode/
|
|
jsconfig.json
|
|
|
|
# Xcode
|
|
#
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Android/IJ
|
|
#
|
|
.classpath
|
|
.cxx
|
|
.gradle
|
|
.idea
|
|
.project
|
|
.settings
|
|
local.properties
|
|
android.iml
|
|
android/app/libs
|
|
android/keystores/debug.keystore
|
|
|
|
# Cocoapods
|
|
#
|
|
example/ios/Pods
|
|
|
|
# Ruby
|
|
example/vendor/
|
|
|
|
# node.js
|
|
#
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Expo
|
|
.expo/*
|