Skip to content

Commit

Permalink
RNTester Pods top-level subdirs
Browse files Browse the repository at this point in the history
Summary: These subdirs are generated by CocoaPods, they shouldn't be checked in normally. Note that this must be explicitly listed for FB-CI compatibility.

Reviewed By: axe-fb

Differential Revision: D17469656

fbshipit-source-id: 05b023d3f0fa72ddd7cb301cdaf03eabd4f9a4d8
  • Loading branch information
fkgozali authored and facebook-github-bot committed Sep 19, 2019
1 parent ae5afaa commit de76e7c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,19 @@ RNTester/build
# CocoaPods
/template/ios/Pods/
/template/ios/Podfile.lock
# (TODO: revisit) /RNTester/Pods/
/RNTester/Gemfile.lock

# RNTester Pods: all top level files of the Pods folder must be listed
/RNTester/Pods/DoubleConversion
/RNTester/Pods/Folly
/RNTester/Pods/Headers
/RNTester/Pods/Manifest.lock
/RNTester/Pods/Local Podspecs
/RNTester/Pods/Pods.xcodeproj
/RNTester/Pods/Target Support Files
/RNTester/Pods/boost-for-react-native
/RNTester/Pods/glog

# react-native-codegen
/ReactCommon/fabric/components/rncore/
/schema-rncore.json

0 comments on commit de76e7c

Please sign in to comment.