chore: 更新 .gitignore 排除前端构建产物和报告目录
添加 **/dist/ 和 reports/ 到忽略列表,避免构建产物和分析报告被纳入版本控制
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -43,3 +43,9 @@ logs/
|
|||||||
|
|
||||||
### Frontend Refactor Plan ###
|
### Frontend Refactor Plan ###
|
||||||
FRONTEND_REFACTOR_PLAN.md
|
FRONTEND_REFACTOR_PLAN.md
|
||||||
|
|
||||||
|
### Frontend Build Output ###
|
||||||
|
**/dist/
|
||||||
|
|
||||||
|
### Reports ###
|
||||||
|
reports/
|
||||||
|
|||||||
Reference in New Issue
Block a user