chore: reorganize project into monorepo

This commit is contained in:
2026-03-28 10:40:22 +08:00
parent 60367a5f51
commit 1455d93246
201 changed files with 30081 additions and 93 deletions

31
.gitignore vendored
View File

@@ -1,24 +1,11 @@
# build output
dist/
# generated types
.astro/
.codex/
.vscode/
.windsurf/
# dependencies
node_modules/
frontend/.astro/
frontend/dist/
frontend/node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
backend/target/
backend/.loco-start.err.log
backend/.loco-start.out.log