From c5f48ac61279d9af12d7aea0b0a6177ce5f54397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Thu, 15 Feb 2024 11:44:42 -0800 Subject: [PATCH] feat: make __gitignore file work for OOT platforms (#42963) Summary: This PR makes `__gitignore` file universal for Apple OOT platforms. ## Changelog: [GENERAL] [CHANGED] - Make template's .gitignore file universal for OOT platforms Pull Request resolved: https://github.com/facebook/react-native/pull/42963 Test Plan: CI Green Reviewed By: NickGerleman Differential Revision: D53674632 Pulled By: yungsters fbshipit-source-id: cb510d9bd2ee6f1c39b77a842e7947b67def552a --- packages/react-native/template/_gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-native/template/_gitignore b/packages/react-native/template/_gitignore index 0b554f26428067..d5ae456695e5fc 100644 --- a/packages/react-native/template/_gitignore +++ b/packages/react-native/template/_gitignore @@ -20,7 +20,7 @@ DerivedData *.hmap *.ipa *.xcuserstate -ios/.xcode.env.local +**/.xcode.env.local # Android/IntelliJ # @@ -56,7 +56,7 @@ yarn-error.log *.jsbundle # Ruby / CocoaPods -/ios/Pods/ +**/Pods/ /vendor/bundle/ # Temporary files created by Metro to check the health of the file watcher