1
0

fix: 补齐前端生成物忽略并消除构建告警

统一 Git、ESLint、Prettier 对测试和构建生成物的忽略规则,避免本地产物导致 frontend-build 失败。

补齐表单 effect 依赖,移除无关告警,让前端构建链路恢复稳定。
This commit is contained in:
2026-04-24 18:53:53 +08:00
parent 4eebdfb8db
commit d143c5f3df
6 changed files with 13 additions and 7 deletions

4
frontend/.gitignore vendored
View File

@@ -10,6 +10,10 @@ lerna-debug.log*
node_modules
dist
dist-ssr
coverage
playwright-report
test-results
*.tsbuildinfo
*.local
# Editor directories and files