mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
9218e0c2e6
Summary: Removes the generated FBReactNativeSpec files from source control. ## Generating FBReactNativeSpec files The files will be generated automatically by CocoaPods when the `RNTesterPods` Xcode workspace is generated: ``` cd packages/rn-tester pod install ``` The spec files can be re-generated by invoking the script directly: ``` ./scripts/generate-native-modules-specs.sh ``` Changelog: [Internal] Reviewed By: RSNara Differential Revision: D24261167 fbshipit-source-id: acb7ac856e5e519932e4f587f79e24f49cd84a91
115 lines
2.1 KiB
Plaintext
115 lines
2.1 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
|
|
|
|
# Gradle
|
|
/build/
|
|
/packages/react-native-codegen/android/build/
|
|
/packages/react-native-codegen/android/gradlePlugin-build/gradlePlugin/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
|
|
/ReactAndroid/build/
|
|
/ReactAndroid/gradle/
|
|
/ReactAndroid/gradlew
|
|
/ReactAndroid/gradlew.bat
|
|
|
|
# Buck
|
|
.buckd
|
|
buck-out
|
|
/.lsp.buckd
|
|
/.lsp-buck-out
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/
|
|
/ReactAndroid/src/main/gen
|
|
|
|
# Android Studio
|
|
.project
|
|
.settings
|
|
.classpath
|
|
|
|
# Watchman
|
|
.watchmanconfig
|
|
|
|
# Android
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
/android/
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
.nvm
|
|
/bots/node_modules/
|
|
package-lock.json
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Test generated files
|
|
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
|
*.js.meta
|
|
|
|
/coverage
|
|
/third-party
|
|
|
|
# Root dir shouldn't have Xcode project
|
|
/*.xcodeproj
|
|
|
|
# ReactCommon subdir shouldn't have Xcode project
|
|
/ReactCommon/**/*.xcodeproj
|
|
/packages/rn-tester/build
|
|
/packages/rn-tester/android/app/build/*
|
|
|
|
# Libs that shouldn't have Xcode project
|
|
/Libraries/FBLazyVector/**/*.xcodeproj
|
|
/Libraries/FBReactNativeSpec/**/*.xcodeproj
|
|
/Libraries/RCTRequired/**/*.xcodeproj
|
|
/React/CoreModules/**/*.xcodeproj
|
|
/packages/react-native-codegen/**/*.xcodeproj
|
|
|
|
# CocoaPods
|
|
/template/ios/Pods/
|
|
/template/ios/Podfile.lock
|
|
/packages/rn-tester/Gemfile.lock
|
|
|
|
# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
|
|
/packages/rn-tester/Pods/*
|
|
!/packages/rn-tester/Pods/__offline_mirrors__
|
|
|
|
# react-native-codegen
|
|
/Libraries/FBReactNativeSpec/FBReactNativeSpec
|
|
/packages/react-native-codegen/lib
|
|
/ReactCommon/fabric/components/rncore/
|
|
/schema-native-modules.json
|
|
/schema-rncore.json
|
|
|
|
# Visual studio
|
|
.vscode
|
|
.vs
|
|
|
|
# Android memory profiler files
|
|
*.hprof
|