-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (67 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
75 lines (67 loc) · 1.2 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
/ggcode
/bin/ggcode
/ggcode.yaml
.ggcode/
python/dist/
python/build/
python/*.egg-info/
python/**/__pycache__/
npm/*.tgz
/.site-build/
# Test artifacts
coverage.out
internal/im/*.html
internal/im/*_screenshot.png
internal/swarm/*_e2e_test.go
test_config.yaml
.playwright-mcp/
*.tsbuildinfo
# IDE / tools
.zread/
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
__pycache__/
.claude/
.tmp/
a2a.test
auth.test
.ggcode/a2a.yaml
bin/
ggcode-*.log
-e
# Sync tool (not committed)
scripts/sync-model-caps.go
# Desktop app
mobile/builds/
mobile/flutter/build/
mobile/flutter/ios/Runner.xcworkspace/xcuserdata/
# Build artifacts — NEVER commit these
dist/
dist-site/
desktop/ggcode-desktop/desktop
desktop/ggcode-desktop/ggcode.app/
desktop/ggcode-desktop-wails/wails
desktop/ggcode-desktop-wails/wails.exe
desktop/ggcode-desktop-wails/build/bin/
ggcode-relay/ggcode-relay
*.test
harness.test
acp.test
ggcode-fixed
# Stray build artifacts from sub-agents/tools
/ggcode.exe
/package.json
/package-lock.json
/node_modules/
internal/plugin/grpc/testdata/echo-plugin/echo-plugin
internal/plugin/grpc/testdata/echo-plugin/echo-plugin.exe
# Generated ggreport output
ggreport.html
# editor/agent backup files (#582)
*.bak[0-9]*
*.bak$