From c9694f75ce741644de9ba1e32cf0d421ce63f8a1 Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Mon, 1 Jul 2019 15:12:56 -0700 Subject: [PATCH] iOS CocoaPods: Fixed typo in symlink, update cache Summary: A few changes: * Pods folder shouldn't be fully ignored so that internal pods cache can be updated correctly * Fixed typo internal script * Update pods cache Reviewed By: hramos Differential Revision: D16078934 fbshipit-source-id: 7a2e1b97c78f65898c44782ce0152131336374f8 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e8ec61fcb4..d743b4603aa 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ RNTester/build # CocoaPods /template/ios/Pods/ /template/ios/Podfile.lock -RNTester/Pods/ +RNTester/Pods/Local Podspecs +RNTester/Pods/Target Support Files