-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (83 loc) · 1.43 KB
/
.gitignore
File metadata and controls
99 lines (83 loc) · 1.43 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Xcode 관련
####################
.DS_Store
build/
DerivedData/
.idea/
xcuserdata/
*.xccheckout
*.xcscmblueprint
*.xcuserstate
# Logs
####################
*.log
# iOS 관련
####################
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# Swift 패키지 매니저 관련
####################
.build/
Packages/
.swiftpm/
# Cocoapods 관련
####################
Pods/
Podfile.lock
xcworkspace/
*.xcworkspace
# Carthage 관련
####################
Carthage/Build/
# Fastlane 관련
####################
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
*.junit
# SwiftPM 관련
####################
Package.resolved
# Xcode 서버 관련
####################
*.xcodeproj/project.xcworkspace/xcshareddata/xcschemes/xcschememanagement.plist
# Playgrounds 관련
####################
timeline.xctimeline
playground.xcworkspace
# 자동 생성되는 API 통신 및 디버그 관련 파일
####################
*.swiftdoc
*.swiftsourceinfo
*.xcodeproj/*
# *.xcassets
# 앱 번들 관련
####################
*.xcappdata
*.appex
*.mobileprovision
# 기타 IDE 설정
####################
*.xcuserdatad
*.moved-aside
*.lock
# Simulator 관련
####################
*.simruntime
*.simdevicetype
*.simdevice
*.simruntime
*.simdeploymenttarget
# 관련 환경변수 파일
####################
.env
.env.local
.env.production
.env.*.local
Mapping/Config.xcconfig
# 예시 프로젝트에서 테스트 관련
####################
*.test