chore: 初始化仓库基础文件

- 新增 Git 与 Docker 忽略规则

- 新增项目首页 README 并接入管理端 logo
This commit is contained in:
2026-03-20 12:42:49 +08:00
commit 1a2a078c0f
3 changed files with 107 additions and 0 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.git
.idea
.DS_Store
**/node_modules
**/dist
**/coverage
**/target
deploy/data
frontend_miniprogram