Skip to content

Commit d429d25

Browse files
KrauseFxfacebook-github-bot
authored andcommitted
Update default .gitignore to work with fastlane setups in sub-folders
Summary: Currently the default way to setup _fastlane_ for ReactNative projects is to set it up in the `ios` or `android` subfolder. This PR updates the path and also the URL to the new fastlane docs page. Closes facebook/react-native#13261 Differential Revision: D5567604 Pulled By: hramos fbshipit-source-id: 89c27328bb2748ff1772812786e2821963dc1779
1 parent 00b978a commit d429d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/HelloWorld/_gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ buck-out/
4646
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
4747
# screenshots whenever they are needed.
4848
# For more information about the recommended setup visit:
49-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
49+
# https://docs.fastlane.tools/best-practices/source-control/
5050

51-
fastlane/report.xml
52-
fastlane/Preview.html
53-
fastlane/screenshots
51+
*/fastlane/report.xml
52+
*/fastlane/Preview.html
53+
*/fastlane/screenshots

0 commit comments

Comments
 (0)