refactor: 枚举移入Models目录,命名空间更新为Rainbow.Entity.Models
大石头 authored at 2026-07-02 12:54:58
862.00 B
RainbowBridge
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################

/.vs
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
/packages
*.user
/Data
/Log
*.log
*.htm
*.nuspec
*.nupkg
.idea/

# Frontend
node_modules/
Web/dist/
/Rainbow.Web/wwwroot
Config
/Web/playwright-report
/Web/test-results

# Playwright E2E 登录态缓存(仅含 localhost Cookie,不含 SSO Token,但仍不入库)
# 文件由 global-setup.ts 在每次测试前自动生成/刷新
/Web/e2e/.auth/user.json
# Playwright 测试专属 Chrome 持久档案(保存 SSO session 供自动续登,切勿入库)
/Web/e2e/.playwright-chrome-profile/
/Web/e2e/.auth/user.json
.vite