-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 1.1 KB
/
.gitignore
File metadata and controls
61 lines (49 loc) · 1.1 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
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
xcuserdata/
## derived
DerivedData/
build/
*.hmap
*.ipa
*.pkg
*.dSYM.zip
*.dSYM
## Obj-C/Swift specific
*.xccheckout
*.xcscmblueprint
## Playground (optional)
# Playgrounds/
## lib
Carthage/Build/
Carthage/Checkouts/
## Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# .build/
.swiftpm/
## CocoaPods
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#checking-in-the-pods-directory
# Pods/
## Carthage
# Carthage/Build/
## fastlane
# It is recommended to not ignore the screenshots generated by fastlane,
# however, it is encouraged to ignore the build directory.
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
## Code Injection
# main.m
## VS Code
.vscode/
## Other
.DS_Store
*.swp
*~