-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
265 lines (245 loc) · 3.11 KB
/
Copy path.gitignore
File metadata and controls
265 lines (245 loc) · 3.11 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# 微信小程序
project.private.config.json
.claude/
.codeartsdoer/
.codebuddy/
.arts/
# 敏感配置文件
**/config.json
cloudbaserc.json
opencode.json
# 测试文件
**/test*.js
**/test*.wxml
**/test*.wxss
**/test*.json
pages/test-*/
cloudfunctions/**/test.txt
cloudfunctions/**/response.json
# 临时文件和备份
**/*_fixed.js
**/*_new.js
**/*_improved.js
**/*_secure.js
**/*_complete.js
**/ - 副本.js
**/backup_*/
**/temp_*.js
**/*.bak
# 提取和临时脚本
**/extract.js
**/extract2.js
**/temp_extract.js
# Dependencies
node_modules/
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
public/_worker.js
# Environment variables
.env
.env.local
.env.production
# Cloudflare
.wrangler/
# 日志文件
*.log
logs/
# 系统文件
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
*.sublime-*
# 部署脚本
*.bat
*.sh
# Python
*.pyc
__pycache__/
*.py
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Local test files
test_*.py
test_*.js
*_test.py
*_test.js
debug_*.py
debug_*.js
fix_*.py
fix_*.js
check_*.py
check_*.js
update_*.py
update_*.js
read_*.py
read_*.js
remove_*.py
remove_*.js
show_*.py
show_*.js
setup_*.py
setup_*.js
extract_*.py
extract_*.js
find_*.py
find_*.js
get_*.py
get_*.js
import_*.py
import_*.js
create_*.py
create_*.js
apply_*.py
apply_*.js
activate_*.py
activate_*.js
upload_*.py
upload_*.js
auto_*.py
auto_*.js
simple_*.py
simple_*.js
final_*.py
final_*.js
real_*.py
real_*.js
complete_*.py
complete_*.js
full_*.py
full_*.js
short_*.py
short_*.js
with_*.py
with_*.js
verbose_*.py
verbose_*.js
encoding_*.py
encoding_*.js
formats_*.py
formats_*.js
coze_*.py
coze_*.js
html_*.py
html_*.js
ip_*.py
ip_*.js
n8n_*.py
n8n_*.js
workflow_*.py
workflow_*.js
publish_*.py
publish_*.js
wechat_*.py
wechat_*.js
api_*.py
api_*.js
server_*.py
server_*.js
draft_*.py
draft_*.js
*_direct.py
*_direct.js
*_enhanced.py
*_enhanced.js
*_optimized.py
*_optimized.js
*_minimal.py
*_minimal.js
*_fixed.py
*_fixed.js
*_final.py
*_final.js
*_simple.py
*_simple.js
*_complete.py
*_complete.js
*_full.py
*_full.js
*_real.py
*_real.js
*_short.py
*_short.js
*_verbose.py
*_verbose.js
*_with.py
*_with.js
*_encoding.py
*_encoding.js
*_formats.py
*_formats.js
*_coze.py
*_coze.js
*_html.py
*_html.js
*_ip.py
*_ip.js
*_n8n.py
*_n8n.js
*_workflow.py
*_workflow.js
*_publish.py
*_publish.js
*_wechat.py
*_wechat.js
*_api.py
*_api.js
*_server.py
*_server.js
*_draft.py
*_draft.js
# Local data files
*.txt
temp_content.txt
*.csv
*.json.backup
*.json.fixed
*.json.optimized
*.json.minimal
*.json.simple
*.json.final
*.json.complete
*.json.full
*.json.real
*.json.short
*.json.verbose
*.json.with
*.json.encoding
*.json.formats
*.json.coze
*.json.html
*.json.ip
*.json.n8n
*.json.workflow
*.json.publish
*.json.wechat
*.json.api
*.json.server
*.json.draft
# Submodules
note-to-mp/
# 文档草稿
**/BUGFIX_*.md
**/优化说明.md
**/修复记录.md
# 包含敏感信息的配置文档
HUNYUAN_SETUP.md
# === GEO 投喂层资产白名单(不忽略这些 .txt 元信息文件)===
!public/llms.txt
!public/llms-full.txt
!public/robots.txt
!frontend/public/llms.txt
!frontend/public/llms-full.txt
!frontend/public/robots.txt