Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA authored Apr 15, 2017
1 parent b7e6945 commit ce1fe2c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcode
#
build/
.build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -18,16 +18,16 @@ DerivedData
*.xcuserstate

# CocoaPods
#
# 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
#
Pods/

###
._*
# Carthage
Carthage/Build

# Mercurial
.hgignore

# MacOS
.DS_Store

# Other
._*

0 comments on commit ce1fe2c

Please sign in to comment.