diff --git a/.gitignore b/.gitignore index 86b769b5..5e1cf285 100644 --- a/.gitignore +++ b/.gitignore @@ -29,30 +29,5 @@ node_modules/ npm-debug.log yarn-error.log -# Metro -.metro-health-check* - -# 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 -**/fastlane/test_output - -# Bundle artifact -*.jsbundle - -# Ruby / CocoaPods -platforms/mobile/ios/Pods/ -/vendor/bundle/ - -# Temporary files created by Metro to check the health of the file watcher -.metro-health-check* - -# testing +# Testing /coverage diff --git a/toolkit/native/.gitignore b/toolkit/native/.gitignore index 6aff27e2..8a50deb6 100644 --- a/toolkit/native/.gitignore +++ b/toolkit/native/.gitignore @@ -10,6 +10,7 @@ .gradle/ .idea .idea/ +.metro-health-check* .vs/ .xcode.env [Bb]in/ @@ -52,12 +53,17 @@ DerivedData dist/ dist/* ExperimentalFeatures.props +fastlane/Preview.html +fastlane/report.xml +fastlane/screenshots +fastlane/test_output local.properties msbuild.binlog NuGet.Config packages/ Pods/ rnuc.xcconfig +vendor/bundle/ x64/ x86/ xcuserdata