-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (42 loc) · 749 Bytes
/
.gitignore
File metadata and controls
54 lines (42 loc) · 749 Bytes
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
# Xcode
build/
DerivedData/
*.xcuserstate
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
# macOS
.DS_Store
*.swp
*~
# iOS
*.ipa
*.dSYM.zip
*.dSYM
# CocoaPods
Pods/
# Carthage
Carthage/Build/
# Swift Package Manager
.build/
.swiftpm/
# Vendor frameworks (large binaries)
vendor/frameworks/
# Vendor source (clone locally for development, not needed for CI)
vendor/ghostty/
vendor/build-mosh/
vendor/blink-shell/
# Pre-built xcframeworks (downloaded from GitHub Releases at build time)
apps/ios/Willo/Frameworks/*.xcframework
# Build artifacts
*.o
# IDE
.idea/
*.sublime-*
# Environment
.env
.env.local
# Beads (local issue tracking)
.beads/
# Xcode SPM workspace cache
xcshareddata/swiftpm/