forked from MacMagazine/app-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (81 loc) · 1.42 KB
/
.gitignore
File metadata and controls
100 lines (81 loc) · 1.42 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
## ---------------------------------------------
## Xcode / Swift / Apple Platforms – Recommended
## ---------------------------------------------
# Build output
build/
DerivedData/
DerivedSources/
# SwiftPM
.swiftpm/
.build/
Package.resolved
# Xcode workspace settings (local-only)
xcuserdata/
*.xccheckout
*.xcuserstate
*.moved-aside
# User-specific settings
*.xcconfig.dynamic
*.xcsettings
*.swp
*.swo
# Logs and debugging
*.log
*.diag
*.crash
*.dsym
*.dSYM/
*.dSYM.zip
# Index / metadata
.index/
*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
*.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
# iOS device support (from debugging)
DeviceSupport/
DeviceLogs/
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager artifacts
.swiftpm/xcode/package.xcworkspace
.swiftpm/indices
.swiftpm/manifest-db
# Bundler / Ruby artifacts (Fastlane, CocoaPods, etc.)
.bundle/
vendor/
# General macOS files
.DS_Store
.AppleDouble
.LSOverride
Docs/
#*.xcscmblueprint
#*.hmap
#*.ipa
# macOS resource forks
._*
*.resolved
.claude
.TemporaryItems
.Trashes
.VolumeIcon.icns
# macOS temporary files
*.swp
*.tmp
*.temp
*~.nib
# Archives
*.xcarchive
*.zip
# Code coverage
*.profdata
*.gcda
*.gcno
# Swift testing artifacts
*.xctestrun
.xcresult/
# Firebase / Google services
# Template is in Support/Scripts/, ignore the real config file in Resources/
GoogleService-Info.plist
# Env files (se você usa)
.env
.env.*