-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 752 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
# === 依赖 ===
node_modules/
# === 构建产物 ===
.next/
dist/
tsconfig.tsbuildinfo
# === 环境变量 ===
.env
.env.local
.env.*.local
# === Agent 运行日志 ===
.agent-runs.json
.agent-runs.json.bak-*
# === 临时 / 调试文件 ===
tmp*
.tmp*
last-preset.json
last-run.ndjson
_tmp_error.bin
# === 各类日志 ===
*.log
.dev-err-*.log
.dev-out-*.log
.e2e-run-response*.log
.last-run-response.txt
.last-run-status.txt
.last-run.ndjson
.next-dev*.log
.next-start*.log
.runtime*.log
.start-err*.log
.start-out*.log
.start.err.log
.start.out.log
dev.log
start.log
# === 编辑器 / OS ===
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/
# === Next.js ===
next-env.d.ts
# === 运维脚本(仅开发使用)===
scripts/kill-port-3000.ps1