-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (85 loc) · 1.46 KB
/
Copy path.gitignore
File metadata and controls
105 lines (85 loc) · 1.46 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
100
101
102
103
104
105
# ===================================
# mancode .gitignore
# ===================================
# 内部法律文档(包含借鉴对象名,不公开)
LEGAL.md
*.backup
# 历史设计文档默认不公开;当前文档白名单见下方
docs/
# Claude Code 开发配置(本地测试用)
.claude/
# 平台 bootstrap 生成物(由 init / adapter upgrade 重装,源在 src/templates)
.agents/
# 当前维护文档
!docs/
docs/*
!docs/README.md
!docs/architecture.md
!docs/workflows.md
!docs/project-intelligence.md
!docs/platform-adapters.md
!docs/engineering.md
!docs/12-lifecycle.md
!docs/man-module-delivery-plan.md
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 注意:package-lock.json 必须提交,保证依赖版本一致
yarn.lock
pnpm-lock.yaml
# 构建产物
dist/
build/
*.tsbuildinfo
# mancode 运行时生成文件
.mancode/
# 发布门禁证据(release-check 输出,checkout-local)
.release/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Linux
*~
.directory
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# IDE
.vscode/
.idea/
.qoder/
*.swp
*.swo
*~
.project
.classpath
.c9/
*.launch
.settings/
.history/
# Logs
logs/
*.log
# Test coverage
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp
.cache/
.playwright-cli/
output/
# Environment files
.env
.env.local
.env.*.local
# WorkBuddy agent workspace
.workbuddy/
# Demo projects (local only, not published)
examples/
# Local-only publishing configuration
.npmrc