-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (39 loc) · 1.27 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# https://www.toptal.com/developers/gitignore/api/xcode에 의해 생성됨
# https://www.toptal.com/developers/gitignore?templates=xcode에서 편집
##Ignore
easyPlant_App/Pods
easyPlant_App/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64
easyPlant_App/build/Debug-iphonesimulator/FSCalendar/FSCalendar.framework
easyPlant_App/build/Debug-iphonesimulator/Charts/Charts.framework
easyPlant_App/build/Pods.build/Debug-iphonesimulator
### Xcode ###
# Xcode
#
# gitignore 기여자 : Global / Xcode.gitignore, Objective-C.gitignore 및 Swift.gitignore를 업데이트해야합니다.
## 사용자 설정
xcuserdata /
## Xcode 8 및 이전 버전과의 호환성 (Xcode 9부터는 필요하지 않음)
* .xcscmblueprint
* .xccheckout
## Xcode 3 및 이전 버전과의 호환성 (Xcode 4부터는 필요하지 않음)
짓다/
DerivedData /
* .moved-aside
* .pbxuser
! default.pbxuser
* .mode1v3
! default.mode1v3
* .mode2v3
! default.mode2v3
* .perspectivev3
! default.perspectivev3
## Gcc 패치
/*.gcno
### Xcode 패치 ###
* .xcodeproj / *
! *. xcodeproj / project.pbxproj
! *. xcodeproj / xcshareddata /
! *. xcworkspace / contents.xcworkspacedata
** / xcshareddata / WorkspaceSettings.xcsettings
# https://www.toptal.com/developers/gitignore/api/xcode 끝
.DS_Store