操控平台后端代码
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.

49 lines
559 B

3 months ago
# 编译输出文件夹
bin/
obj/
# Rider IDE 特定文件和文件夹
.idea/
/*.suo
/*.user
/*.userosscache
/*.sln.docstates
# VSCode 特定文件和文件夹
.vscode/
# 用户特定设置
*.rsuser
*.DotSettings.user
# Rider 和 Resharper 特定文件
*.sln.iml
*.sln.ide
# NuGet 包
*.nupkg
*.snupkg
# 日志文件
*.log
# 临时文件
*.tmp
*.temp
# 不必要的系统文件
.DS_Store
Thumbs.db
# 发布文件夹
/publish/
# Rider 构建缓存
.idea/.idea.*
# 临时目录
/tmp/
# 其他需要忽略的文件和文件夹
node_modules/
coverage/