Initial commit

This commit is contained in:
ChuXun
2026-01-28 23:56:33 +08:00
commit f98da73376
92 changed files with 8261 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Backend
backend/target/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.*
frontend/vite.log
# IDE
.vscode/
.idea/
# OS
.DS_Store