忽略前端构建产物与 package-lock

This commit is contained in:
2026-07-04 10:04:21 +08:00
parent 54369243b6
commit 1fd9e97fe1
+5
View File
@@ -38,9 +38,14 @@ node_modules/
# ===== Vite =====
frontend/dist/
frontend/.vite/
frontend/vite.config.js
frontend/vite.config.d.ts
backend/static/
backend/app/static/
# ===== npm lockfile (不纳入版本控制) =====
frontend/package-lock.json
# ===== IDE =====
.idea/
.vscode/