mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Gitignore RCTLegacyInteropComponents.mm as it is generated by Xcode (#41010)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41010 ## Changelog [Internal] - Gitignore RCTLegacyInteropComponents.mm as it is generated by Xcode Reviewed By: dmytrorykun Differential Revision: D50323800 fbshipit-source-id: 63fdb82a97ff3c4d94d341555a0a3dcce8226a96
This commit is contained in:
committed by
Facebook GitHub Bot
parent
78b226c6ab
commit
5678422504
@@ -115,6 +115,7 @@ package-lock.json
|
||||
/packages/react-native/template/ios/Pods/
|
||||
/packages/react-native/template/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/*
|
||||
|
||||
+1
-2
@@ -35,8 +35,7 @@ const outputPath = argv.outputPath;
|
||||
|
||||
function fileBody(components) {
|
||||
// eslint-disable duplicate-license-header
|
||||
return `
|
||||
/*
|
||||
return `/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
|
||||
Reference in New Issue
Block a user