From aa9a40f68f3bdebdb1d835368120de2313c01f22 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Fri, 4 Aug 2017 15:43:51 -0700 Subject: [PATCH] Update default .gitignore to work with fastlane setups in sub-folders Summary: Currently the default way to setup _fastlane_ for ReactNative projects is to set it up in the `ios` or `android` subfolder. This PR updates the path and also the URL to the new fastlane docs page. Closes https://github.com/facebook/react-native/pull/13261 Differential Revision: D5567604 Pulled By: hramos fbshipit-source-id: 89c27328bb2748ff1772812786e2821963dc1779 --- local-cli/templates/HelloWorld/_gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local-cli/templates/HelloWorld/_gitignore b/local-cli/templates/HelloWorld/_gitignore index 10be19751..0826423b7 100644 --- a/local-cli/templates/HelloWorld/_gitignore +++ b/local-cli/templates/HelloWorld/_gitignore @@ -46,8 +46,8 @@ buck-out/ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. # For more information about the recommended setup visit: -# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/ -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots +*/fastlane/report.xml +*/fastlane/Preview.html +*/fastlane/screenshots