################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/.vs
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Cc]onfig/
# React 皮肤前端源码目录(配置页视图)放行,其余 Config 配置目录(XCode.config 等)继续忽略
!NewLife.Cube.React/web/src/views/config/
[Ll]og/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
*.user
*.pubxml
/.vscode
/Bin3
/BinSSO
/BinTest/net7.0
# packages 公共包:源码提交,构建产物和依赖忽略
packages/*/dist/
packages/*/node_modules/
packages/node_modules/
*.log
# 前端项目
node_modules/
NewLife.Cube.Vue/web/dist/
NewLife.Cube.React/web/dist/
NewLife.Cube.Vue/wwwroot/
NewLife.Cube.React/wwwroot/
NewLife.Cube.NaiveUI/wwwroot/
NewLife.Cube.MUI/wwwroot/
NewLife.Cube.Shadcn/wwwroot/
# Angular CLI 缓存与编译输出
NewLife.Cube.Angular/web/.angular/
NewLife.Cube.Angular/wwwroot/
# SvelteKit 生成目录
*/web/.svelte-kit/
# Vite/TypeScript 自动生成文件
**/auto-imports.d.ts
**/components.d.ts
**/*.tsbuildinfo
# 前端编译输出(各皮肤 wwwroot 生成子目录)
NewLife.Cube.ArcoVue/wwwroot/assets/
NewLife.Cube.Svelte/wwwroot/_app/
NewLife.Cube.TDesign/wwwroot/assets/
NewLife.Cube.Vuetify/wwwroot/assets/
/XUnitTest/TestResults
.shot/
*/memory/*.md
TODO.md
.codegraph/
.serena/
# ===== 第三方主题静态资源 / 构建工具:移出版本库(不应入库) =====
# 老皮肤项目的 wwwroot:均为第三方主题包、字体、vendored JS(echarts/element/bootstrap 等),
# 非本仓库源码构建产物。新 Vue 皮肤的 wwwroot 已在上方忽略。
/NewLife.Cube.Metronic/wwwroot/
/NewLife.Cube.Metronic8/wwwroot/
/NewLife.Cube.LayuiAdmin/wwwroot/
/NewLife.Cube.Tabler/wwwroot/
/NewLife.Cube.AdminLTE/wwwroot/
/NewLife.Cube.Blazor/wwwroot/
/NewLife.Cube.ElementUI/wwwroot/
# 构建工具 XCode 实体生成器:应通过发布包/下载分发,不入库
xcodetool.exe
# 历史曾提交过的大二进制目录护栏(已在 HEAD 删除,防止被重新加回)
/DLL/
/DLL20/
/NewLife.Cube.React/.vs
|