Initial commit for open-source version

This commit is contained in:
jiangrui
2024-12-17 11:30:59 +08:00
commit 42c07ed34c
57 changed files with 10559 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
node_modules/
dist/
.env
.env.local
.env.*.local
# 保留模板
!.env.example
!frontend/.env
# 其他敏感文件
config.private.ts
*.pem
*.key
.DS_Store
*.log