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

View File

@@ -1,6 +1,8 @@
node_modules
dist
dist-ssr
playwright-report
test-results
bun.lock
package-lock.json
yarn.lock
@@ -8,6 +10,8 @@ pnpm-lock.yaml
.env.*
*.local
coverage
*.tsbuildinfo
.DS_Store
**/*.snap
**/__snapshots__/**
*.svg