Skip to content

Commit

Permalink
Add fastlane to default .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KrauseFx authored and Facebook Github Bot committed Nov 24, 2016
1 parent 8f03969 commit 5e008c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions local-cli/templates/HelloWorld/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e008c9

Please sign in to comment.