-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (69 loc) · 1.1 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
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
# macOS 관련 파일
.DS_Store
.AppleDouble
.LSOverride
# Icon
Icon?
.DS_Store
# Thumbnails
._*
# macOS Finder 설정
.fseventsd
.Spotlight-V100
.Trashes
.VolumeIcon.icns
# User-specific Xcode files
xcuserdata/
*.xcscmblueprint
# Workspace 및 프로젝트 설정
*.xcworkspace/
*.xcodeproj/project.xcworkspace/
# 빌드 제품
build/
DerivedData/
# 시뮬레이터 로그
*.log
# Swift Package Manager 관련
/.build/
.build/
Packages/
/Package.resolved
# Package.pins는 Package.resolved로 대체됨
Package.pins
# CocoaPods 관련
Pods/
podspec.json
*.podspec.lock
# Carthage 관련
Carthage/Build/
Carthage/Checkouts/
# fastlane 관련
fastlane/report.xml
fastlane/screenshots/
fastlane/test_output/
/fastlane/report.xml
/fastlane/screenshots/
/fastlane/test_output/
# Firebase 관련
GoogleService-Info.plist
# Secrets
.env
# 기타 파일
*.swp
*.swo
*.sublime-workspace
*.xcuserstate
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# SwiftLint & SwiftFormat 캐시
.swiftlint.yml
.swiftformat
# XCFileLists
*.xctoolchain
*.xcfilelist
*.lst
# SPX 제안 사항
*.spx
# Tuist 캐시
/.tuist/