Skip to content

Commit

Permalink
Fastlane gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Jan 22, 2024
1 parent 1d6a9fe commit afa8c1b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
25 changes: 24 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,27 @@ app.*.map.json
/android/app/profile
/android/app/release

.fvm/
.fvm/

### fastlane ###
# fastlane - A streamlined workflow tool for Cocoa deployment
#
# 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://docs.fastlane.tools/best-practices/source-control/#source-control

# fastlane specific
**/fastlane/report.xml

# deliver temporary files
**/fastlane/Preview.html

# snapshot generated screenshots
**/fastlane/screenshots

# scan temporary files
**/fastlane/test_output

# Fastlane.swift runner binary
**/fastlane/FastlaneRunner
28 changes: 0 additions & 28 deletions fastlane/report.xml

This file was deleted.

0 comments on commit afa8c1b

Please sign in to comment.