feat: initialize mini api skeleton

This commit is contained in:
2026-03-09 13:13:41 +08:00
commit c6465480a9
38 changed files with 1038 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.vs/
bin/
obj/
**/bin/
**/obj/
.claude/
*.log
/src/Api/TakeoutSaaS.MiniApi/TakeoutSaaS.MiniApi.csproj.user
# 保留根目录 scripts 目录提交
!scripts/