fix: 移除 frontend/.gitignore 中对 dist 的例外规则

之前 frontend/.gitignore 中 !dist/ 和 !dist/** 规则导致构建产物
仍然被 Git 追踪,现已删除,与根 .gitignore 保持一致。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-28 12:10:54 +08:00
parent a72e2a2520
commit 3fd9cf9100

2
frontend/.gitignore vendored
View File

@@ -1,7 +1,5 @@
node_modules
dist
!dist/
!dist/**
dist-ssr
*.local