-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (83 loc) · 1.34 KB
/
.gitignore
File metadata and controls
99 lines (83 loc) · 1.34 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Dependencies
node_modules/
*/node_modules/
# Production builds
dist/
*/dist/
build/
*/build/
# Environment variables
.env
.env.local
.env.production
backend/.env*
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
*.db
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# TypeScript
*.tsbuildinfo
# Temporary folders
tmp/
temp/
slides.js
/slides/
.ai-sessions
.claude-sessions
.cc-sessions
.playwright-mcp
.claude/
test-*
产品介绍文档.md
DEPLOYMENT.md
local-docs/
# AgentStudio temporary images
.agentstudio-images/
coverage/
.cursor/
.specify/
specs/
# Tauri signing keys (private key must never be committed)
desktop/.tauri/
.codebuddy/
# A2A local configurations
.a2a/
**/.a2a/
.playwright-mcp/
# Telemetry data
backend/.telemetry/
backend/config.local.json
.worktrees/
# Chrome extension build output
extension/sidepanel/
extension-pure/sidepanel/
extension-pure/icons/
# Rust build output
desktop/src-tauri/target/
# Tauri sidecar binaries (built locally, not committed)
desktop/src-tauri/binaries/
# Runtime project data
projects/
backend/e2e-tests/.argusai/
.argusai
# ArgusAI / Playwright E2E 生成物(勿提交)
e2e-report.html
**/e2e-report*.html
# Playwright storageState:本地跑 setup 生成,含会话信息
tests/e2e/browser/playwright/.auth/