chore: 新增 .gitignore 排除开发文档,同步代码与构建产物

Made-with: Cursor
This commit is contained in:
卡若
2026-03-16 09:21:39 +08:00
parent fa9903d235
commit 85ce2422d1
40 changed files with 2315 additions and 947 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# 开发文档不上传 GitHub
开发文档/
# 常见忽略
node_modules/
.DS_Store
*.log
.env
.env.local