Skip to content

Commit 5e008c9

Browse files
KrauseFxFacebook Github Bot
authored and
Facebook Github Bot
committed
Add fastlane to default .gitignore
Summary: Taken from the [github/gitignore repo](https://github.com/github/gitignore/blob/master/Objective-C.gitignore) Closes #11113 Differential Revision: D4231705 fbshipit-source-id: 3d768b6b73cb53a313a2260f825cfef94b809ece
1 parent 8f03969 commit 5e008c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

local-cli/templates/HelloWorld/_gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,14 @@ buck-out/
4040
\.buckd/
4141
android/app/libs
4242
*.keystore
43+
44+
# fastlane
45+
#
46+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47+
# screenshots whenever they are needed.
48+
# For more information about the recommended setup visit:
49+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
50+
51+
fastlane/report.xml
52+
fastlane/Preview.html
53+
fastlane/screenshots

0 commit comments

Comments
 (0)