-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (76 loc) · 2.95 KB
/
.gitignore
File metadata and controls
84 lines (76 loc) · 2.95 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
# =============================================================================
# AgentKit Forge — Sync-generated outputs (tracked in git)
# Pure AI tool configs. Regenerated every sync, never edit directly.
# Edit .agentkit/spec/ or .agentkit/overlays/ instead.
# These are tracked so CI validate can verify they exist.
# =============================================================================
# Claude Code — track commands, hooks, rules, agents, settings; ignore state and local settings
/.claude/state/
/.claude/settings.local.json
# MCP config — not generated by sync, ignore
/mcp/
# =============================================================================
# Scaffold-once outputs — commit these after first sync
# Generated as starting points, then owned by your project. Sync will NOT
# overwrite them once they exist. Edit freely.
# =============================================================================
# /AGENT_BACKLOG.md ← project work tracking
# /docs/ ← project documentation
# /SECURITY.md ← project security policy
# /CONTRIBUTING.md ← project contributing guide
# /CHANGELOG.md ← project changelog
# /MIGRATIONS.md ← project migration notes
# /.github/ISSUE_TEMPLATE/ ← issue templates
# /.github/PULL_REQUEST_TEMPLATE.md
# /.github/copilot-instructions.md
# /.github/instructions/ ← domain-specific copilot rules
# /.vscode/ ← editor settings & extensions
# /.editorconfig ← cross-editor formatting
# /.prettierrc ← prettier config
# /.markdownlint.json ← markdown linting rules
# =============================================================================
# Runtime & dependencies
# =============================================================================
node_modules/
dist/
# Test fixture directory (ephemeral, created by vitest)
.test-tmp/
coverage/
# Agentkit internal
.agentkit/.tmp/
.agentkit/.bak/
.agentkit/logs/*
!.agentkit/logs/.gitkeep
# Repo identity marker (created by init)
.agentkit-repo
# =============================================================================
# OS & IDE
# =============================================================================
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
*.iml
# =============================================================================
# Runtime state (generated at runtime, not by sync)
# =============================================================================
.claude-state/
.agentkit/state/
.agentkit/.agentkit/
# =============================================================================
# AgentKit internal generated files
# =============================================================================
.agentkit/.manifest.json
.agentkit/sync-report.json
.agentkit/package-lock.json
/package-lock.json
.agentkit/test_results.txt
benchmark-check.mjs
temp_benchmark
temp_benchmark/
temp_discover_benchmark/
.benchmark/
bench-temp/
.claude/worktrees/