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:
@@ -18,3 +18,12 @@ sa-token-three-plugin/
|
||||
sa-token-doc/big-file/
|
||||
|
||||
.flattened-pom.xml
|
||||
|
||||
.qoder
|
||||
.soloncode/
|
||||
.cursor
|
||||
.agents
|
||||
.github
|
||||
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
@@ -1553,5 +1553,12 @@ var donateList = [
|
||||
"msg": '没啥钱的正在工作的毕业生,表示一下',
|
||||
"date": "2026-05-08"
|
||||
},
|
||||
{
|
||||
"name": "朱毛毛",
|
||||
"link": "",
|
||||
"money": 10.00,
|
||||
"msg": '感谢您的开源',
|
||||
"date": "2026-05-13"
|
||||
},
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user