-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (58 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
78 lines (58 loc) · 1.74 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
node_modules/
dist/
.env
*.env.local
.DS_Store
data/
# Workspaces — runtime agent data, never commit
workspaces/
# IDE
.idea/
.vscode/
# MCP config — developer-local
.mcp.json
# Playwright artifacts
.playwright-mcp/
test-results/
packages/frontend/test-results/
# Legacy agent package data
packages/agent/data/
# Vault — local project wiki, not shipped
vault/
# Allow the test-agent seed vault (committed as fixture data)
!test-agents/**/vault/
!test-agents/**/vault/**
# Superpowers planning docs — internal dev artifacts, contain absolute
# paths and agent-specific context, never commit
docs/superpowers/
# Legacy packages/agent/ (superseded by packages/backend/src/agent/)
packages/agent/
# Landing page — built separately, not shipped with the repo
landing/
# Enterprise (GranClaw Self-Hosted) — separate git repo, not shipped with the runtime
enterprise/
# Screenshots / temp images
img_*.png
# Claude credentials copied in for the Docker test container
.docker-claude/
# Prepublish-gate artifacts
packages/cli/.last-tarball
granclaw-*.tgz
packages/cli/granclaw-*.tgz
# Research — cloned third-party repos for investigation, not shipped
.research/
# Test workspaces — ephemeral, created and deleted by e2e test runs
.test/
# Git worktrees — isolated branch workspaces, not shipped
.worktrees/
# Server shell scripts and commands — contain credentials, never commit
run_in_server.sh
.claude/commands/sync-server-image.md
# Provider credentials — local-only, never commit (real API keys live here)
providers.config.json
documentation/
# Local-only developer guide — not for the public repo
CLAUDE.md
# Local agents config — seeded on first `npm run dev` from packages/cli/templates/agents.config.json
agents.config.json
img.png