CA中转服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
488 B

# 编译输出目录
[Dd]ebug/
[Rr]elease/
bin/
obj/
# .NET 生成文件
*.cs.user
*.csproj.user
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio
.vs/
*.swp
*.vspx
*.vspscc
*.vssscc
_ReSharper*/
*.ReSharper*
# Rider / JetBrains
.idea/
*.iml
*.iws
*.xml
# VS Code
.vscode/
*.code-workspace
# 日志
logs/
*.log
# 临时文件
*.tmp
*.temp
# 操作系统文件
.DS_Store
Thumbs.db
# dotnet tools 本地安装
.dotnet/
# NuGet
*.nupkg
.nuget/
# 测试覆盖率
coverage/