From f43f05d292fd2fbdf3d5fdfd194ed81b0e346657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20B=C3=BCrger?= Date: Mon, 28 Feb 2022 03:17:49 -0800 Subject: [PATCH] Updated template gitignore with fastlane best practices (#33186) Summary: See https://docs.fastlane.tools/best-practices/source-control/ This commit reflects the best practices as outlined by fastlane. ## Changelog [iOS] [Fixed] - Improved template fastlane gitignore Pull Request resolved: https://github.com/facebook/react-native/pull/33186 Test Plan: no test plan Reviewed By: cortinico Differential Revision: D34518831 Pulled By: motiz88 fbshipit-source-id: eee1d332f24caa37bc48fd058bf0eb0e73f6bc1b --- template/_gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/template/_gitignore b/template/_gitignore index 81570d99185..e8b2d63f70a 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -49,9 +49,10 @@ buck-out/ # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/ -*/fastlane/report.xml -*/fastlane/Preview.html -*/fastlane/screenshots +**/fastlane/report.xml +**/fastlane/Preview.html +**/fastlane/screenshots +**/fastlane/test_output # Bundle artifact *.jsbundle