Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Nov 29, 2016
1 parent c25a30f commit af2c37f
Showing 1 changed file with 67 additions and 7 deletions.
74 changes: 67 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# OS X
.DS_Store

# Xcode
## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -12,21 +15,78 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

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

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.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/

# 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.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

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

#
# Code Coverage
#
*.gcda
*.gcno

#
# AppCode
#
.idea/

#
# Dominus
#
dominus.cfg

# CocoaPods
#Pods

#
# KZBootstrap
KZBootstrapUserMacros.h
#
KZBootstrapUserMacros.h

#
# R.swift
#
*.generated.swift

0 comments on commit af2c37f

Please sign in to comment.