-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 899 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (45 loc) · 899 Bytes
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
# Dependencies
node_modules/
# Build outputs
frontend/.next/
coordinator-contract/target/
registry-contract/target/
factory-contract/target/
shared/dist/
coordinator-agent/node_modules/
coordinator-agent/dist/
coordinator-agent/.next
worker-agent/node_modules/
worker-agent/dist/
ensue-client/dist/
ensue-mcp-server/dist/
protocol-api/dist/
# Legacy (to be deleted)
worker-agent-1/node_modules/
worker-agent-2/node_modules/
worker-agent-3/node_modules/
worker-agent-1/dist/
worker-agent-2/dist/
worker-agent-3/dist/
# Environment files with secrets
.env
.env.local
.env.development.local
*.env.development.local
*.env.*.local
frontend/.env.local
sandbox/.env.*
coordinator-agent/.env.*
docker/.env
# IDE / editor
.claude/settings.local.json
.DS_Store
*.swp
*.swo
# Logs
*.log
# Local reference clones — read-only research, never committed
.references/
doc/plans/
.claude/
.playwright-mcp/