-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
82 lines (71 loc) · 1.13 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
# Tuist generated files
/.tuist-cache/
/DerivedData/
/*.xcodeproj/
/*.xcworkspace/
/.swiftpm/xcode/
/.idea/
/.build/
/.swiftpm/
/xcuserdata/
/*.xcscmblueprint
Derived/
# User-specific files
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
# Temporary files
*.tmp
*.swp
*.lock
# Swift Package Manager
/.build/
.build/
# Add Xcode workspace for Swift Packages
*.xcodeproj/*/xcuserdata/
*.xcodeproj/*/project.xcworkspace/
.xcworkspace/xcuserdata/
# SPM Packages
Packages/
# Package.resolved
Package.resolved
# Xcode 11
.swiftpm/xcode/package.pins
# CocoaPods
Pods/
# Add this line if you want to avoid checking in source code from Pods/ directory
# Pods/**/*
# CocoaPods generated files
*.xcworkspace
# Carthage
Carthage/Build/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/report.html
# Firebase
google-services.json
GoogleService-Info.plist
# Xcode specific files
*.xccheckout
*.xcuserstate
*.xcscmblueprint
*.xcworkspace
*.playground
*.xcodeproj
# Tuist specific files
/Derived/
/.build/
.swiftpm/
/Tuist/Config.swift
# Other
.idea/
.DS_Store
# Fastlane
*.p8
*.env
*.ipa
*.dSYM.zip