Skip to content

Commit 68ffe8d

Browse files
committed
Added fastlane to iOS projects
1 parent efea741 commit 68ffe8d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Objective-C.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Swift.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)