Skip to content

Commit f43f05d

Browse files
danilobuergerfacebook-github-bot
authored andcommitted
Updated template gitignore with fastlane best practices (#33186)
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
1 parent a7a2d23 commit f43f05d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

template/_gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ buck-out/
4949
# For more information about the recommended setup visit:
5050
# https://docs.fastlane.tools/best-practices/source-control/
5151

52-
*/fastlane/report.xml
53-
*/fastlane/Preview.html
54-
*/fastlane/screenshots
52+
**/fastlane/report.xml
53+
**/fastlane/Preview.html
54+
**/fastlane/screenshots
55+
**/fastlane/test_output
5556

5657
# Bundle artifact
5758
*.jsbundle

0 commit comments

Comments
 (0)