You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.1 KiB
84 lines
1.1 KiB
# osx |
|
.DS_Store |
|
|
|
# xcode |
|
build/ |
|
*.pbxuser |
|
!default.pbxuser |
|
*.mode1v3 |
|
!default.mode1v3 |
|
*.mode2v3 |
|
!default.mode2v3 |
|
*.perspectivev3 |
|
!default.perspectivev3 |
|
xcuserdata |
|
*.xccheckout |
|
*.moved-aside |
|
DerivedData |
|
*.hmap |
|
*.ipa |
|
*.xcuserstate |
|
project.xcworkspace |
|
ios/debug.xcconfig |
|
ios/release.xcconfig |
|
|
|
# android / intellij |
|
build/ |
|
app/bin |
|
.idea |
|
.gradle |
|
local.properties |
|
*.iml |
|
*.hprof |
|
android/.project |
|
android/app/.project |
|
android/app/bin/ |
|
android/app/gradle* |
|
android/app/_build* |
|
|
|
# if we ever want to add google services |
|
android/app/google-services.json |
|
|
|
# node.js |
|
node_modules/ |
|
npm-debug.log |
|
yarn-error.log |
|
|
|
# buck |
|
buck-out/ |
|
\.buckd/ |
|
*.keystore |
|
!debug.keystore |
|
|
|
# fastlane |
|
*/fastlane/report.xml |
|
*/fastlane/Preview.html |
|
*/fastlane/screenshots |
|
|
|
# bundle artifact |
|
*.jsbundle |
|
|
|
# testing |
|
coverage |
|
|
|
# app-specific |
|
/android/app/src/main/assets/InpageBridgeWeb3.js |
|
/app/core/InpageBridgeWeb3.js |
|
|
|
# environment variables |
|
.js.env |
|
.ios.env |
|
.android.env |
|
|
|
# Sentry |
|
/sentry.debug.properties |
|
/sentry.release.properties |
|
|
|
# editor |
|
.vscode |
|
|
|
# CocoaPods |
|
/ios/Pods/ |
|
|
|
# Language files to add |
|
/locales/languagesToUpdate/*.json
|
|
|