.gitignore 精确放行 src/new/(保留 new/ 广义规则的反向例外)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -193,6 +193,13 @@ data/icons/
|
||||
# 旧版脚手架(遗留实验代码)
|
||||
new/
|
||||
|
||||
# 精确放行 src/new/(端到端模块化新架构)
|
||||
!/src/new/
|
||||
!/src/new/**
|
||||
!/src/new/core/**
|
||||
!/src/new/services/**
|
||||
!/src/new/views/**
|
||||
|
||||
# 前端脚手架(未集成的独立 Vue 项目)
|
||||
frontend/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user