1
0
mirror of synced 2026-05-22 14:43:15 +00:00

chore: update .gitignore and add donor record

- 新增 .gitignore 规则,忽略 AI 工具配置目录(.qoder、.soloncode/、.cursor、.agents、.github)及 AGENTS.md、CLAUDE.md
- 捐赠列表新增捐赠记录(朱毛毛,2026-05-13)
This commit is contained in:
click33
2026-05-17 15:29:18 +08:00
parent d4700d8693
commit be104951d9
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -18,3 +18,12 @@ sa-token-three-plugin/
sa-token-doc/big-file/ sa-token-doc/big-file/
.flattened-pom.xml .flattened-pom.xml
.qoder
.soloncode/
.cursor
.agents
.github
AGENTS.md
CLAUDE.md
@@ -1553,5 +1553,12 @@ var donateList = [
"msg": '没啥钱的正在工作的毕业生,表示一下', "msg": '没啥钱的正在工作的毕业生,表示一下',
"date": "2026-05-08" "date": "2026-05-08"
}, },
{
"name": "朱毛毛",
"link": "",
"money": 10.00,
"msg": '感谢您的开源',
"date": "2026-05-13"
},
] ]