优化打包

This commit is contained in:
chenhaodong
2026-06-23 20:08:35 +08:00
parent 4870a31b9e
commit 3116d3bf8b
10 changed files with 35 additions and 184 deletions
+11
View File
@@ -0,0 +1,11 @@
# IDE
.idea/
# 后端构建输出
exam-api/target/
# 前端打包输出(Vite build 输出到后端 static 目录)
exam-api/src/main/resources/static/
# 日志
logs/