Skip to content

Commit

Permalink
[.gitignore] Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jan 29, 2016
1 parent c5dd7f5 commit 62e2e5f
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
#
.DS_Store

# Xcode

# Build generated
#
build/
DerivedData


# Various settings
#
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -14,15 +20,37 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata


# Other
#
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
*.xcscmblueprint


# Obj-C/Swift specific
#
*.hmap
*.ipa
*.xcuserstate
*.gcno
*.gcda


# Binaries
#
*.zip


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

Carthage/Build


# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
Expand Down

0 comments on commit 62e2e5f

Please sign in to comment.