初始化

This commit is contained in:
马宝龙
2026-07-27 23:20:12 +08:00
commit 5e07c24dd4
35 changed files with 2966 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# IDE
.idea/
*.iml
.vscode/
.m2/
.m2-local/
.tmp-db-query/
.tmp-vite/
# Environment
.env
.env.*
!.env.example
!.env.production.example
# Frontend
frontend/node_modules/
frontend/dist/
frontend/dev-server*.log
frontend/.env
frontend/.env.*
!frontend/.env.example
# Backend
backend/target/
backend/build/
backend/.mvn/
backend/*.log
*.log
# OS
.DS_Store
Thumbs.db