-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
73 lines (61 loc) · 1.21 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
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Xcode
## Build generated
build/
DerivedData/
## Various settings
*.xcuserdatad
xcuserdata/
# Swift Package Manager
.build/
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Add this line if you want to avoid checking in Xcode build output of dependencies you manage with Swift Package Manager.
# .swiftpm/xcode/
# CocoaPods
Pods/
Podfile.lock
# Carthage
Carthage/Build/
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
*.lock
# Code Injection
.brewconfig.json
# Build generated by AppCode
*.hmap
# AppCode
.idea/
# Other
*.swp
*~
# Custom
ShellMate.xcodeproj/project.xcworkspace/
ShellMate.xcodeproj/xcuserdata/
ShellMate.xcodeproj/project.xcworkspace/xcuserdata/
ShellMate.xcodeproj/xcshareddata/
Secrets.xcconfig