This commit is contained in:
王子琦
2026-01-21 10:23:12 +08:00
parent 358b121e56
commit 996c6ce750
59 changed files with 4876 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Node / Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.npm/
frontend/*.log
frontend/.env
frontend/.env.*
# Java / Backend
backend/target/
backend/.classpath
backend/.project
backend/.settings/
backend/*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.iml
# Logs
*.log
# Misc
*.tmp
*.swp