-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
79 lines (63 loc) · 1.32 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
# Xcode
*.xcodeproj/*
checkout feat_chat.xcodeproj/project.pbxproj
checkout feat_chat.xcodeproj/xcshareddata/
checkout feat_chat.xcodeproj/xcuserdata/
*.xcworkspace/*
checkout feat_chat.xcworkspace/contents.xcworkspacedata
checkout feat_chat.xcworkspace/xcshareddata/
checkout feat_chat.xcworkspace/xcuserdata/
*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
*.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
xcuserdata/
DerivedData/
*.moved-aside
IDEWorkspaceChecks.plist
WorkspaceSettings.xcsettings
# Swift Package Manager
.build/
Packages/
Package.resolved
# CocoaPods
Pods/
# Carthage
Carthage/Build/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
# Code Injection
*.app/InjectionBundle
# Various settings
*.swp
*.orig
# OS X noise
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Playgrounds
timeline
xcuserdata
# Swift PM
.build/
# Package.pins is no longer used starting Swift 5.3
# If you are using an earlier version of Swift, please uncomment this line
# and remove the Package.resolved entry above.
# Package.pins
# Code coverage
*.coverage
*.coverage.json
coverage/
xcuserdata/