From cba184b7959291947d606f3d26993300150f8efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20B=C3=BCrger?= Date: Sat, 26 Feb 2022 09:17:39 +0100 Subject: [PATCH] Updated template gitignore with fastlane best practices See https://docs.fastlane.tools/best-practices/source-control/ --- template/_gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/template/_gitignore b/template/_gitignore index 81570d991853..e8b2d63f70a5 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