Skip to content

Commit 4850447

Browse files
[intent:G1] chore: 完善 .gitignore,移除不应跟踪的文件
- 添加 .DS_Store、IDE、二进制/压缩包等忽略规则 - 从 git 索引移除 hexo-image-redirect/node_modules/ - 从 git 索引移除 .exe、.zip、package-lock.json
1 parent 47017d4 commit 4850447

19 files changed

Lines changed: 76 additions & 1572 deletions

.gitignore

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1-
node_modules/
1+
# ─── 构建产物 ───────────────────────────────
22
dist/
33
*.meta.tmp.mjs
4+
5+
# ─── 依赖 ─────────────────────────────────────
6+
node_modules/
7+
package-lock.json
8+
9+
# ─── 系统文件 ──────────────────────────────────
10+
.DS_Store
11+
Thumbs.db
12+
Desktop.ini
13+
14+
# ─── IDE / 编辑器 ─────────────────────────────
15+
.vscode/
16+
!.vscode/settings.json
17+
!.vscode/extensions.json
18+
.idea/
19+
*.swp
20+
*.swo
21+
*~
22+
23+
# ─── 二进制 / 压缩包 ──────────────────────────
24+
*.exe
25+
*.zip
26+
*.rar
27+
*.7z
28+
29+
# ─── 旧版根目录脚本(已迁移到 src/)──────────
30+
# 如果确认不再需要,可取消注释以忽略
31+
# *.user.js
32+
# autoclick.js
33+
# 动画疯自动脚本.js
34+
# 屏蔽B站营销视频和推广视频.js

.roo/intent-tree.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"childrenIds": [
1212
"d4dc577a-4604-4dbb-b024-27342f8c09e2",
1313
"9a0c8983-d975-4868-b59c-65a38eaa6779",
14-
"58d75c26-af08-4171-bce4-f2a2da01765c"
14+
"58d75c26-af08-4171-bce4-f2a2da01765c",
15+
"44570a55-355b-45dd-90e8-2e4b92ad9246"
1516
],
1617
"codeBindings": [],
1718
"createdBy": {
@@ -21,7 +22,7 @@
2122
},
2223
"modifiedBy": [],
2324
"assumption": "用户明确要求统一仓库模式:每个脚本一个文件夹,TS 源码,构建输出单一 JS 文件。这是一个全新的目标。",
24-
"maxChildIndex": 3
25+
"maxChildIndex": 4
2526
},
2627
"d4dc577a-4604-4dbb-b024-27342f8c09e2": {
2728
"id": "d4dc577a-4604-4dbb-b024-27342f8c09e2",
@@ -163,6 +164,45 @@
163164
"action": "updated: status→done"
164165
}
165166
]
167+
},
168+
"44570a55-355b-45dd-90e8-2e4b92ad9246": {
169+
"id": "44570a55-355b-45dd-90e8-2e4b92ad9246",
170+
"shortId": "I1.4",
171+
"type": "impl",
172+
"content": "chore: 移除 autoclick/index.ts 中未使用的 openURL 死代码引用",
173+
"status": "done",
174+
"parentId": "9fcfb892-37ae-477e-a133-530b729caefd",
175+
"childrenIds": [],
176+
"codeBindings": [
177+
{
178+
"commitHash": "47017d4726198a9e2770c5e44c827a328f4db013",
179+
"commitMessage": "[intent:G1] chore: 移除 autoclick/index.ts 中未使用的 openURL 死代码引用",
180+
"files": [
181+
".roo/intent-tree.json",
182+
".rooignore",
183+
"src/autoclick/index.ts"
184+
],
185+
"diffSummary": "3 file(s), +69 -5",
186+
"timestamp": "2026-02-17T13:41:25.538Z"
187+
}
188+
],
189+
"createdBy": {
190+
"taskId": "019c6bba-5c99-727e-937e-1531e1cf673e",
191+
"timestamp": "2026-02-17T13:41:25.538Z",
192+
"action": "created"
193+
},
194+
"modifiedBy": [
195+
{
196+
"taskId": "019c6bba-5c99-727e-937e-1531e1cf673e",
197+
"timestamp": "2026-02-17T13:41:25.538Z",
198+
"action": "bound commit 47017d4"
199+
},
200+
{
201+
"taskId": "019c6bba-5c99-727e-937e-1531e1cf673e",
202+
"timestamp": "2026-02-17T13:41:25.538Z",
203+
"action": "updated: status→done"
204+
}
205+
]
166206
}
167207
},
168208
"rootIds": [
@@ -173,7 +213,8 @@
173213
"O1.1": "d4dc577a-4604-4dbb-b024-27342f8c09e2",
174214
"O1.2": "9a0c8983-d975-4868-b59c-65a38eaa6779",
175215
"A1.1.1": "de7a9a8d-4e2f-4df3-9bf1-d10222509096",
176-
"I1.3": "58d75c26-af08-4171-bce4-f2a2da01765c"
216+
"I1.3": "58d75c26-af08-4171-bce4-f2a2da01765c",
217+
"I1.4": "44570a55-355b-45dd-90e8-2e4b92ad9246"
177218
},
178219
"rootMaxChildIndex": 1
179220
}

ASMR/日文乱码处理软件.exe

-69 KB
Binary file not shown.

hexo-image-redirect.zip

-24.7 KB
Binary file not shown.

hexo-image-redirect/node_modules/entities/.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

hexo-image-redirect/node_modules/entities/LICENSE

Lines changed: 0 additions & 11 deletions
This file was deleted.

hexo-image-redirect/node_modules/entities/index.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

hexo-image-redirect/node_modules/entities/lib/decode.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

hexo-image-redirect/node_modules/entities/lib/decode_codepoint.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

hexo-image-redirect/node_modules/entities/lib/encode.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)