-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
51 lines (42 loc) · 1.09 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
.DS_Store
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
# Claude Code
.claude/
# Osaurus project (separate codebase)
osaurus/
# Reference implementations (not part of build)
clone/
# VitePress / Node
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
# API audit working documents
docs/reference/
docs/plans/
docs/superpowers/
docs/RESEARCH_*.md
docs/CONDUIT_FRAMEWORK_COMPREHENSIVE_GUIDE.md
# Internal planning / agent / marketing artifacts
.agents/
.sisyphus/
tasks/
marketing/
front-facing-api.md
# Git worktrees
.worktrees/
# Local working copies of unrelated repos (not Conduit's tracked content).
# `docs/` and `scripts/` may contain tracked public content — do NOT
# blanket-ignore them. Add narrower rules here if sub-trees should be excluded
# (e.g. `docs/.vitepress/dist/` is already excluded above).
# Per AGENTS.md ("Never commit docs created for planning"), exclude planning
# / research scratch markdown placed at the repo root.
/RESEARCH_*.md
/PLAN_*.md
/TODO_*.md
/NOTES_*.md