changeset 116:b4dc05f60b5d

Updated .gitignore
author Dennis C. M. <dennis@denniscm.com>
date Thu, 05 Aug 2021 16:50:03 +0100
parents 7ab9ed92b470
children a6df002a0a5c
files .gitignore
diffstat 1 files changed, 27 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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