chore: 更新 .gitignore,忽略前后端构建产物

This commit is contained in:
2026-05-24 14:19:39 +08:00
parent a2736f722c
commit a6bc887a45
+6 -1
View File
@@ -15,4 +15,9 @@
# vendor/
# Frontend
**/node_modules/
**/node_modules/
**/dist/
# Backend
backend/bin/
backend/data/