Skip to content

Commit 1559e11

Browse files
committed
Merge pull request #1704 from KrauseFx/master
Added fastlane to iOS projects
2 parents 8544f4e + 68ffe8d commit 1559e11

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

Objective-C.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,21 @@ xcuserdata
3131
#
3232
# We recommend against adding the Pods directory to your .gitignore. However
3333
# you should judge for yourself, the pros and cons are mentioned at:
34-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
34+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3535
#
36-
#Pods/
36+
# Pods/
3737

3838
# Carthage
3939
#
4040
# Add this line if you want to avoid checking in source code from Carthage dependencies.
4141
# Carthage/Checkouts
4242

4343
Carthage/Build
44+
45+
# fastlane
46+
#
47+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48+
# screenshots whenever they are needed.
49+
50+
fastlane/report.xml
51+
fastlane/screenshots

Swift.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ xcuserdata
3131
#
3232
# We recommend against adding the Pods directory to your .gitignore. However
3333
# you should judge for yourself, the pros and cons are mentioned at:
34-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
34+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3535
#
3636
# Pods/
3737

@@ -41,3 +41,11 @@ xcuserdata
4141
# Carthage/Checkouts
4242

4343
Carthage/Build
44+
45+
# fastlane
46+
#
47+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48+
# screenshots whenever they are needed.
49+
50+
fastlane/report.xml
51+
fastlane/screenshots

0 commit comments

Comments
 (0)