-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
61 lines (51 loc) · 1.28 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
# Tuist
.build/
# and as a symlink: a worktree that shares the primary checkout's build directory has
# `.build` as a link, which `.build/` does not match — it then reads as an untracked
# file forever, and worktree hygiene calls the whole directory dirty because of it.
.build
*.xcodeproj
*.xcworkspace
Derived/
.tuist-bin/
.tuist-cache/
Tuist/.build/
# Xcode
DerivedData/
*.xcuserstate
xcuserdata/
# SwiftPM
.swiftpm/
# mise
.mise.local.toml
# Developer-local build identity and signing overrides
.env
.env.local
.env.*.local
!.env.example
# macOS
.DS_Store
# Logs
*.log
# Browser-automation scratch (snapshots, screenshots, console dumps)
.playwright-mcp/
# Signing material must never land in the repo. The Developer ID private key
# lives in ~/Developer/certificates and in the login keychain, nowhere else.
*.key
*.p12
*.cer
*.certSigningRequest
# Design docs — kept locally for now, not pushed to the remote yet. The GitHub Pages
# site (index.md + _config.yml) is the one carve-out: ignore docs/ contents, not the
# directory, so the site files can be re-included.
/docs/*
!/docs/index.html
!/docs/compare.html
!/docs/shortcuts.md
!/docs/_config.yml
!/docs/_layouts/
!/docs/_includes/
!/docs/assets/
!/docs/ramps.json
# Per-worktree DerivedData (docs: .claude/skills/pr-gate-report)
.derived/