Skip to content

Commit

Permalink
修改gitignore文件
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhaigang888 committed Jul 5, 2018
1 parent 57cce6b commit 81c9ef9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/


# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/
Podfile.lock

# Carthage
#
Expand All @@ -64,5 +65,5 @@ Carthage/Build

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/screenshots
fastlane/test_output

0 comments on commit 81c9ef9

Please sign in to comment.