-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (68 loc) · 1.5 KB
/
Copy path.gitignore
File metadata and controls
83 lines (68 loc) · 1.5 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
# Xcode
#
# Original reference: https://github.com/github/gitignore/blob/main/Swift.gitignore
# Build results
build/
DerivedData/
# User-specific Xcode files
# (We ignore user-specific files to avoid merge conflicts and keep personal settings out of version control)
*.xcuserdatad
xcuserdata/
*.xcuserstate
# Compatibility with Xcode 8 and earlier
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
# Xcode workspaces
# (Uncomment if you want to ignore workspaces completely, e.g. when using CocoaPods)
# *.xcworkspace
# Swift Package Manager
# Ignore SPM build artifacts and external package workspaces
.build/
.swiftpm/xcode/package.xcworkspace/xcuserdata/
.swiftpm/xcode/playgrounds/
# CocoaPods
# We recommend against adding the Pods directory to your git repository.
Pods/
Headers/
.bundle/
# Carthage
# Carthage build folders
Carthage/Build/
# Fastlane
# It is recommended to not store fastlane app-specific api keys or certificates
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Code Signing
# It is recommended to not store certificates, keys, or profiles in git
*.key
*.pem
*.p12
*.cer
*.der
*.p7b
*.p7c
*.pfx
*.cert
*.mobileprovision
# macOS-specific files
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two carriage returns (\r) for the system to consider it an Icon file
Icon
# Thumbnails
._*
# Files that might be created by other VCS or editors
.svn
.hg
.git
*~
*.swp
*.orig
# Packages
*.pkg
# Playgrounds
timeline.xctimeline
playground.xcworkspace