忽略前端构建产物与 package-lock
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user