-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
33 lines (24 loc) · 829 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by https://www.gitignore.io/api/xcode,carthage,cocoapods
### Carthage ###
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
### CocoaPods ###
## CocoaPods GitIgnore Template
# CocoaPods - Only use to conserve bandwidth / Save time on Pushing
# - Also handy if you have a lage number of dependant pods
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGONRE THE LOCK FILE
Pods/
### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
.DS_Store
build
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
### Xcode Patch ###
!*.xcodeproj/xcshareddata
# End of https://www.gitignore.io/api/xcode,carthage,cocoapods