From 5e008c932c14cbad2d113e2b068543bb2228c5fe Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 24 Nov 2016 08:13:15 -0800 Subject: [PATCH] Add fastlane to default .gitignore Summary: Taken from the [github/gitignore repo](https://github.com/github/gitignore/blob/master/Objective-C.gitignore) Closes https://github.com/facebook/react-native/pull/11113 Differential Revision: D4231705 fbshipit-source-id: 3d768b6b73cb53a313a2260f825cfef94b809ece --- local-cli/templates/HelloWorld/_gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/local-cli/templates/HelloWorld/_gitignore b/local-cli/templates/HelloWorld/_gitignore index 93fd76464d1547..a26a140885fe56 100644 --- a/local-cli/templates/HelloWorld/_gitignore +++ b/local-cli/templates/HelloWorld/_gitignore @@ -40,3 +40,14 @@ buck-out/ \.buckd/ android/app/libs *.keystore + +# fastlane +# +# 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 + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots