-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (85 loc) · 2.03 KB
/
.gitignore
File metadata and controls
107 lines (85 loc) · 2.03 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
100
101
102
103
104
105
106
107
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData/
WooCommerce/DerivedSources/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Bundler
/vendor/bundle/
## Dependencies
/vendor/
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/
# As of late May 2025, the project no longer uses CocoaPods.
# We still ignore the Pods folder, however, to avoid transition issues.
#
# If you are reading this in 2026 or beyond, please remove this rule as enough
# time has passed.
Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
# fastlane
#
fastlane/report.xml
fastlane/Preview.html
fastlane/metadata/review_information
fastlane/**/test_output
fastlane/README.md
fastlane/logs
# Notice that we ignore the raw screenshots but track (with Git LFS, see .gitattributes)
# the annotated ones (promo_screenshots)
fastlane/screenshots
Preview.html
default.profraw
\.DS_Store
# Ignore Local Configuration files (like the ones used for Fastlane)
.env
# All secrets should be stored under .configure-files
# Everything without a .enc extension is ignored
.configure-files/*
!.configure-files/*.enc
# Can't imagine ever needing to commit one of these
*.bak
# WireMock (UI Tests)
API-Mocks/vendor/
# AppCode
.idea
# Local modules
Modules/.build
Modules/.swiftpm/configuration/registries.json
Modules/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
# Periphery install
vendor/Periphery/
# AI Agents / Claude Code local config (personal, not shared)
CLAUDE.local.md
.claude/settings.local.json