refactor: 重构项目结构和代码组织

This commit is contained in:
2026-04-23 23:40:28 +08:00
parent 481555c257
commit ab860c61d9
165 changed files with 51 additions and 17248 deletions

61
.gitignore vendored
View File

@@ -1,61 +0,0 @@
# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
*.lcov
# Production builds
dist/
build/
server/dist/
client/dist/
# Environment variables
.env
.env.local
.env.*.local
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Data persistence
data/
*.db
*.sqlite
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Docker
docker-compose.override.yml
# Secrets
*.pem
*.key
secrets/
# Shared types build output
shared/dist/