From 538b074516572222077c9e1cee359c3f8d5b4ab4 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Thu, 20 Jan 2022 11:36:35 +0100 Subject: [PATCH] Update gitignore template to exclude vendor/bundle Ref https://github.com/facebook/react-native/pull/32303#issuecomment-984650053 --- template/_gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index cc53454ef4ee6e..81570d991853a7 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -56,5 +56,6 @@ buck-out/ # Bundle artifact *.jsbundle -# CocoaPods +# Ruby / CocoaPods /ios/Pods/ +/vendor/bundle/