-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (50 loc) · 689 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (50 loc) · 689 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
55
56
57
58
59
60
61
62
# Compiled binaries
bin/
/control-plane
/cloud-claude
*.exe
*.dll
*.so
*.dylib
# Go build cache
/vendor/
# Node
node_modules/
web/admin/dist/
docs/.vitepress/dist/
docs/.vitepress/cache/
# Claude CLI cache
.claude.json
.claude/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment / Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
credentials.json
secrets/
# Logs
*.log
# Dev data
.data/
# Planning runtime outputs
.planning/phases/*/benchmarks/
# uat-bypass fixture 输出(含 admin JWT,禁止提交)
.uat-fixture.env
host-agent
web/admin/.tanstack/
docs/.vitepress/.tempcoverage.out
docs/.vitepress/.temp/
.cachecmd/control-plane/dist/