forked from Mininglamp-OSS/octo-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (81 loc) · 1.59 KB
/
Copy path.gitignore
File metadata and controls
95 lines (81 loc) · 1.59 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
test-results
playwright-report
.local-browsers
# next.js
.next/
out/
build
# TypeScript incremental build cache
*.tsbuildinfo
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo
# generated i18n scan reports (baseline/config stay tracked)
.i18n/reports/
lib/
out/
build
out-election/
dist-ele/
icon.icns
icons.iconset
.debug-screenshots/
scripts/debug.js
debug-storybook.log
/.storybook-static-mobile-download-check/
.mcp.json
.gstack/
dm__test
.ftre/snapshot
.omc/
AGENTS.config.local.json
package-lock.json
# AI/IDE 工件文件(不进仓库)
.kiro/settings/mcp.json
**/figma-spec.md
**/rawdata.txt
.kiro/handoff-*.md
.claude/
.zed/
.ftre/memory/
.vscode/settings.json
**/settings.local.json
docs/superpowers/plans/
docs/superpowers/specs/
# Review output files
/cc-*.json
grp_out.txt
.cctmp/
.codegraph/
# docs standalone dev build output
packages/docs/dev-dist/
# docs collab smoke screenshots / artifacts
packages/docs/dev/smoke-out/
packages/docs/dev/presence-out/
packages/docs/dev/reorder-out/
packages/docs/dev/handle-ux-out/
packages/docs/dev/coexist-out/
packages/docs/dev/multipointer-out/
packages/docs/dev/colhover-out/
# Loop V1 内部设计文档仅保留在本地 workspace,不纳入版本库
docs/loop-v1/
.omx
.idea/