-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
180 lines (141 loc) · 2.15 KB
/
.gitignore
File metadata and controls
180 lines (141 loc) · 2.15 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Node.js 依赖包
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 包管理器锁定文件
package-lock.json
yarn.lock
# 运行时生成的文件
*.pid
*.seed
*.pid.lock
# 覆盖率报告目录
coverage/
*.lcov
# nyc 测试覆盖率
.nyc_output
# Grunt 中间存储
.grunt
# Bower 依赖目录
bower_components
# node-waf 配置
.lock-wscript
# 编译的二进制插件
build/Release
# TypeScript v1 声明文件
typings/
# 可选 npm 缓存目录
.npm
# 可选 eslint 缓存
.eslintcache
# Microbundle 缓存
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# 可选 REPL 历史
.node_repl_history
# npm 打包文件
*.tgz
# Yarn 完整性文件
.yarn-integrity
# dotenv 环境变量文件
.env
.env.test
.env.local
.env.production
# parcel-bundler 缓存
.cache/
.parcel-cache/
# Next.js 构建输出
.next/
# Nuxt.js 构建/生成输出
.nuxt
dist
# Gatsby 文件
.cache/
public
# Storybook 构建输出
.out
.storybook-out
# 临时文件夹
tmp/
temp/
# 编辑器和IDE文件
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统生成的文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Claude Code 相关文件
.claude/
.serena/
# 日志文件
*.log
# 配置文件(包含敏感信息)
config-local.json
.config
# 缓存文件
*-cache.json
cache/
# 测试和调试文件
test-debug.js
test-updates.js
*-debug.js
*-debug-*.js
# 临时生成的文件
*-temp.js
temp-*.js
# IDE 特定文件
ide-*.js
*-ide.js
# 打包和构建文件
build/
dist/
*.tgz
*.tar.gz
# 文档草稿和临时文档
*-draft.md
temp-*.md
draft-*.md
# 个人配置和笔记
personal-*.json
notes-*.md
私人*.md
个人*.md
# API 密钥和敏感配置
api-keys.json
secrets.json
.secrets
# 截图和图片(可能包含敏感信息)
screenshot*.png
api-stats*.png
*-screenshot.*
# 错误排查和调试相关
fix-*.js
debug-*.js
troubleshoot*.js
troubleshoot*.md
问题排查*.md
故障排除*.md
# 临时数据文件(包含用户隐私数据)
user-stats.json
user-model-stats.json
flatten-*.json
derived-*.json
*-summary.json
# 开发工具相关文件
.windsurfrules
.cursor/
.superdesign/
ui-components.js