Skip to content

Commit

Permalink
Merge pull request github#1704 from KrauseFx/master
Browse files Browse the repository at this point in the history
Added fastlane to iOS projects
  • Loading branch information
arcresu committed Oct 19, 2015
2 parents 8544f4e + 68ffe8d commit 1559e11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions Objective-C.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,21 @@ xcuserdata
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
#Pods/
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.

fastlane/report.xml
fastlane/screenshots
10 changes: 9 additions & 1 deletion Swift.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ xcuserdata
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

Expand All @@ -41,3 +41,11 @@ xcuserdata
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.

fastlane/report.xml
fastlane/screenshots

0 comments on commit 1559e11

Please sign in to comment.