mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
a272e8ee66
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45032 Those tests haven't been running since ~1 year now. I know it's not ideal but I'd rather remove them instead of keeping them around not executing. We can still revert them back from the history once we decide to revive the E2E testing effort. Changelog: [Internal] [Changed] - Remove unused rn-tester e2e tests Reviewed By: cipolleschi Differential Revision: D58729123 fbshipit-source-id: f0f47e3c2e087141fdff506b7c5c9b460263721b
164 lines
4.0 KiB
Plaintext
164 lines
4.0 KiB
Plaintext
# Xcode
|
|
!**/*.xcodeproj
|
|
!**/*.pbxproj
|
|
!**/*.xcworkspacedata
|
|
!**/*.xcsettings
|
|
!**/*.xcscheme
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
**/.xcode.env.local
|
|
|
|
# Gradle
|
|
/build/
|
|
/packages/rn-tester/build
|
|
/packages/rn-tester/android/app/.cxx/
|
|
/packages/rn-tester/android/app/build/
|
|
/packages/rn-tester/android/app/gradle/
|
|
/packages/rn-tester/android/app/gradlew
|
|
/packages/rn-tester/android/app/gradlew.bat
|
|
/packages/react-native/ReactAndroid/build/
|
|
/packages/react-native/ReactAndroid/.cxx/
|
|
/packages/react-native/ReactAndroid/gradle/
|
|
/packages/react-native/ReactAndroid/gradlew
|
|
/packages/react-native/ReactAndroid/gradlew.bat
|
|
/packages/react-native/ReactAndroid/external-artifacts/build/
|
|
/packages/react-native/ReactAndroid/external-artifacts/artifacts/
|
|
/packages/react-native/ReactAndroid/hermes-engine/build/
|
|
/packages/react-native/ReactAndroid/hermes-engine/.cxx/
|
|
/packages/react-native/template/android/app/build/
|
|
/packages/react-native/template/android/build/
|
|
/packages/helloworld/android/app/build/
|
|
/packages/helloworld/android/build/
|
|
/packages/react-native-popup-menu-android/android/build/
|
|
/packages/react-native-test-library/android/build/
|
|
|
|
# Buck
|
|
.buckd
|
|
buck-out
|
|
/.lsp.buckd
|
|
/.lsp-buck-out
|
|
/packages/react-native/ReactAndroid/src/main/jni/prebuilt/lib/
|
|
/packages/react-native/ReactAndroid/src/main/gen
|
|
/.cpplsp.buckd
|
|
|
|
# Android Studio
|
|
.project
|
|
.settings
|
|
.classpath
|
|
|
|
# Watchman
|
|
.watchmanconfig
|
|
|
|
# Android
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
/packages/react-native/android/*
|
|
!/packages/react-native/android/README.md
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
.nvm
|
|
package-lock.json
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Test generated files
|
|
*.js.meta
|
|
|
|
/coverage
|
|
/third-party
|
|
|
|
# Test Reports
|
|
/reports
|
|
|
|
# Stack Dumps generated when programs crash (Ex. bash.exe.stackdump on Win)
|
|
*.stackdump
|
|
|
|
# Root dir shouldn't have Xcode project
|
|
/*.xcodeproj
|
|
|
|
# ReactCommon subdir shouldn't have Xcode project
|
|
/packages/react-native/ReactCommon/**/*.xcodeproj
|
|
|
|
# Libs that shouldn't have Xcode project
|
|
/packages/react-native/Libraries/FBLazyVector/**/*.xcodeproj
|
|
/packages/react-native/Libraries/Required/**/*.xcodeproj
|
|
/packages/react-native/React/CoreModules/**/*.xcodeproj
|
|
/packages/react-native/React/FBReactNativeSpec/**/*.xcodeproj
|
|
/packages/react-native-codegen/**/*.xcodeproj
|
|
/packages/rn-tester/**/*.xcodeproj
|
|
|
|
# Ruby Gems (Bundler)
|
|
/packages/react-native/vendor
|
|
/packages/react-native/template/vendor
|
|
/packages/helloworld/vendor
|
|
.ruby-version
|
|
/**/.ruby-version
|
|
vendor/
|
|
|
|
# iOS / CocoaPods
|
|
/packages/react-native/template/ios/build/
|
|
/packages/react-native/template/ios/Pods/
|
|
/packages/react-native/template/ios/Podfile.lock
|
|
/packages/helloworld/ios/build/
|
|
/packages/helloworld/ios/Pods/
|
|
/packages/helloworld/ios/Podfile.lock
|
|
/packages/rn-tester/Gemfile.lock
|
|
/packages/**/RCTLegacyInteropComponents.mm
|
|
|
|
# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
|
|
/packages/rn-tester/Pods/*
|
|
!/packages/rn-tester/Pods/__offline_mirrors_hermes__
|
|
!/packages/rn-tester/Pods/__offline_mirrors_jsc__
|
|
|
|
# @react-native/codegen
|
|
/packages/react-native/React/FBReactNativeSpec/FBReactNativeSpec
|
|
/packages/react-native-codegen/lib
|
|
/packages/react-native-codegen/tmp/
|
|
/packages/react-native/ReactCommon/react/renderer/components/rncore/
|
|
/packages/rn-tester/NativeModuleExample/ScreenshotManagerSpec*
|
|
/**/RCTThirdPartyFabricComponentsProvider.*
|
|
|
|
# @react-native/codegen-typescript-test
|
|
/packages/react-native-codegen-typescript-test/lib
|
|
|
|
# Additional SDKs
|
|
/packages/react-native/sdks/download
|
|
/packages/react-native/sdks/hermes
|
|
/packages/react-native/sdks/hermesc
|
|
/packages/react-native/sdks/hermes-engine/hermes-engine-from-local-source-dir.tar.gz
|
|
|
|
# Visual Studio Code (config dir - if present, this merges user defined
|
|
# workspace settings on top of react-native.code-workspace)
|
|
/.vscode
|
|
|
|
# Visual Studio
|
|
.vs
|
|
|
|
# Android memory profiler files
|
|
*.hprof
|
|
|
|
# Temporary files created by Metro to check the health of the file watcher
|
|
.metro-health-check*
|
|
|
|
# CircleCI
|
|
.circleci/generated_config.yml
|