-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (62 loc) · 1.36 KB
/
.gitignore
File metadata and controls
74 lines (62 loc) · 1.36 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
.DS_Store
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
# Git worktrees
.worktrees/
# Code Coverage
*.profdata
*.profraw
.build/coverage/
coverage/
# Claude Code / AI development configuration
.claude/
.mcp.json
.agent_context.md
AGENTS.md
# Internal development artifacts
IMPLEMENTATION_PLAN.md
HIVE_EXTENSIBILITY_INTEGRATION_PLAN.md
PRODUCTION_READINESS_AUDIT.md
tasks/
scripts/
# Internal documentation (plans, prompts, work packages, validation)
docs/plans/
docs/prompts/
docs/superpowers/plans/
docs/work-packages/
docs/validation/
docs/migration-plan_*.md
docs/subagent-context-findings.md
# Build & dev tool artifacts
.build-audit/
.worktrees/
.home/
.vscode/
Swarm.xcworkspace/
# Website (separate project)
website/
# Git worktrees
.worktrees/
# API audit working documents
docs/reference/api-surface-catalog.md
docs/reference/api-improvement-report.md
docs/reference/api-quality-assessment.md
docs/reference/readme-audit-report.md
# VitePress / Node
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
package-lock.json
package.json
# Swift tooling config (contributors: these exist locally, gitignored for clean root)
.swift-version
.swiftformat
.swiftlint.yml
# SPM resolved file (library — consumers resolve their own deps)
Package.resolved
marketing/