Skip to content

Commit

Permalink
Gitignore RCTLegacyInteropComponents.mm as it is generated by Xcode (#…
Browse files Browse the repository at this point in the history
…41010)

Summary:
Pull Request resolved: #41010

## Changelog
[Internal] - Gitignore RCTLegacyInteropComponents.mm as it is generated by Xcode

Reviewed By: dmytrorykun

Differential Revision: D50323800

fbshipit-source-id: 63fdb82a97ff3c4d94d341555a0a3dcce8226a96
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Oct 17, 2023
1 parent 78b226c commit 5678422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5678422

Please sign in to comment.