# HG changeset patch # User Dennis C. M. # Date 1628178603 -3600 # Node ID b4dc05f60b5dafb94854d2094a1aee5049d66d4e # Parent 7ab9ed92b470400d6a063bda53d4542f1574f3d9 Updated .gitignore diff -r 7ab9ed92b470 -r b4dc05f60b5d .gitignore --- a/.gitignore Thu Aug 05 16:43:48 2021 +0100 +++ b/.gitignore Thu Aug 05 16:50:03 2021 +0100 @@ -1,6 +1,30 @@ -# Created by https://www.toptal.com/developers/gitignore/api/xcode,macos,swift -# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,macos,swift +# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift,fastlane +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift,fastlane + +### 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/**/*.png +fastlane/screenshots/screenshots.html + +# scan temporary files +fastlane/test_output + +# Fastlane.swift runner binary +fastlane/FastlaneRunner ### macOS ### # General @@ -33,7 +57,6 @@ ### Swift ### # Xcode -# # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore ## User settings @@ -104,10 +127,6 @@ # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/#source-control -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output # Code Injection # After new code Injection tools there's a generated folder /iOSInjectionProject @@ -132,4 +151,4 @@ !*.xcworkspace/contents.xcworkspacedata **/xcshareddata/WorkspaceSettings.xcsettings -# End of https://www.toptal.com/developers/gitignore/api/xcode,macos,swift +# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swift,fastlane