更新项目配置,新增设备同步模块,优化WebSocket和Swagger配置,增强SCADA系统的免登录接口,支持数据字典项和登录日志的免登录查询与记录。调整Java编译设置,确保更好的开发体验。
This commit is contained in:
139
yy-admin-master/.gitignore
vendored
Normal file
139
yy-admin-master/.gitignore
vendored
Normal file
@@ -0,0 +1,139 @@
|
||||
################################################################################
|
||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
||||
################################################################################
|
||||
|
||||
/.vs/YY.Admin.Entry/FileContentIndex
|
||||
/YY.Admin/bin/Debug/net8.0-windows
|
||||
/YY.Admin/obj
|
||||
/YY.Admin.Core/YY.Admin.Core/bin/Debug/net8.0
|
||||
/YY.Admin.Core/YY.Admin.Core/obj
|
||||
/YY.Admin.Services/YY.Admin.Services/bin/Debug/net8.0
|
||||
/YY.Admin.Services/YY.Admin.Services/obj
|
||||
/.vs/YY.Admin.Entry
|
||||
/.vs/ProjectEvaluation
|
||||
/YY.Admin.Application/YY.Admin.Services/bin/Debug/net8.0
|
||||
/YY.Admin.Application/YY.Admin.Services/obj
|
||||
/YY.Admin.Core/obj
|
||||
/YY.Admin.Services/bin/Debug/net8.0-windows
|
||||
/YY.Admin.Services/obj
|
||||
/YY.Admin.Core/bin/Debug/net8.0-windows
|
||||
/TEsrt/obj
|
||||
|
||||
# Visual Studio 2022 特定文件
|
||||
.vs/
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.suo
|
||||
*.cache
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
*.vc.db
|
||||
*.vc.vc.opendb
|
||||
|
||||
# 编译生成文件
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]uild/
|
||||
[Bb]uildOutput/
|
||||
|
||||
# NuGet 包目录
|
||||
[Nn]u[Gg]et/
|
||||
*.nupkg
|
||||
packages/
|
||||
|
||||
# 项目特定文件
|
||||
_ReSharper.*
|
||||
*.resharper
|
||||
*.csproj.user
|
||||
*.DotSettings
|
||||
*.DotSettings.user
|
||||
|
||||
# MSTest 测试结果
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# 本地化文件
|
||||
*.iobj
|
||||
*.ipdb
|
||||
*.pdb
|
||||
*.pgd
|
||||
*.idb
|
||||
|
||||
# 发布输出
|
||||
[Dd]ebugPublic/
|
||||
[Rr]eleasePublic/
|
||||
[Pp]ublish/
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
*.tlog
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# Visual Studio 缓存/临时文件
|
||||
*.cachefile
|
||||
*.temporary
|
||||
*.temp
|
||||
|
||||
# Visual Studio Code 工作区文件
|
||||
*.code-workspace
|
||||
|
||||
# Rider IDE 文件
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# 项目引用和依赖
|
||||
.project.json
|
||||
.project.lock.json
|
||||
*.njsproj
|
||||
*.pubxml
|
||||
|
||||
# SQL Server 文件
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.sdf
|
||||
|
||||
# Azure 函数文件
|
||||
.local.settings.json
|
||||
|
||||
# 包依赖文件
|
||||
packages.lock.json
|
||||
|
||||
# 覆盖率报告
|
||||
coverage.xml
|
||||
coverage.json
|
||||
*.coverage
|
||||
*.coveragesession
|
||||
|
||||
# 性能分析文件
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
|
||||
# 本地开发配置文件(可根据需要取消注释)
|
||||
# appsettings.Development.json
|
||||
# appsettings.Local.json
|
||||
# secrets.json
|
||||
|
||||
# 前端构建文件(如果包含前端项目)
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
*.tsbuildinfo
|
||||
|
||||
# VS Code C# Dev Tools - Auto-generated runners
|
||||
.vscodecsdt/
|
||||
Reference in New Issue
Block a user