.gitignore 精确放行 src/new/(保留 new/ 广义规则的反向例外)

This commit is contained in:
DXC
2026-06-16 17:52:51 +08:00
parent 027981e9a6
commit 15547bddfb

7
.gitignore vendored
View File

@ -193,6 +193,13 @@ data/icons/
# 旧版脚手架(遗留实验代码) # 旧版脚手架(遗留实验代码)
new/ new/
# 精确放行 src/new/(端到端模块化新架构)
!/src/new/
!/src/new/**
!/src/new/core/**
!/src/new/services/**
!/src/new/views/**
# 前端脚手架(未集成的独立 Vue 项目) # 前端脚手架(未集成的独立 Vue 项目)
frontend/ frontend/