Skip to content

Commit

Permalink
Organize .gitignore (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Bertelsen authored and cocojoe committed Apr 24, 2019
1 parent 4688879 commit 3b6ba94
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ DerivedData
# Bundler
.bundle

Pods/
Carthage/Checkouts
!Carthage/Build
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down Expand Up @@ -72,14 +69,12 @@ playground.xcworkspace
# 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

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

Carthage/Checkouts
Carthage/Build
.carthage_cache.yml

Expand Down

0 comments on commit 3b6ba94

Please sign in to comment.