-
-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (38 loc) · 747 Bytes
/
.gitignore
File metadata and controls
49 lines (38 loc) · 747 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
.env.override
docker-compose.override.yml
*~
*/tmp
*.orig
# UI build and dependencies artifacts
**/node_modules
**/dist
**/.vite
**/.astro
**/*.map
**/*.tsbuildinfo
**/vite.config.d.ts
api_private_key
api_public_key
ssh_private_key
go.work
go.work.sum
# Generated at runtime by gen-config.sh from env vars
ui-react/apps/console/public/config.json
# Generated OpenAPI client (hey-api/openapi-ts)
ui-react/apps/console/src/client/
# Docker binaries
agent/agent
api/api
cli/cli
gateway/gateway
ssh/ssh
agent/shellhub.key
# Directory used by devscripts/run-agent to store binaries
bin/agent
agent/latest
# Claude Code context files (symlinked from private repo)
**/CLAUDE.md
.claude/settings.json
.claude/rules
.claude/hooks
.claude/skills