Skip to content

Commit

Permalink
Updated template gitignore with fastlane best practices (#33186)
Browse files Browse the repository at this point in the history
Summary:
See https://docs.fastlane.tools/best-practices/source-control/

This commit reflects the best practices as outlined by fastlane.

## Changelog

[iOS] [Fixed] - Improved template fastlane gitignore

Pull Request resolved: #33186

Test Plan: no test plan

Reviewed By: cortinico

Differential Revision: D34518831

Pulled By: motiz88

fbshipit-source-id: eee1d332f24caa37bc48fd058bf0eb0e73f6bc1b
  • Loading branch information
danilobuerger authored and facebook-github-bot committed Feb 28, 2022
1 parent a7a2d23 commit f43f05d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f43f05d

Please sign in to comment.