mh_custom/.gitignore
2026-05-28 14:01:13 +08:00

38 lines
521 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## .NET Core
# 忽略编译输出
[Bb]in/
[Oo]bj/
# 忽略 NuGet 包
*.nupkg
# 如果项目使用 packages.config则忽略 packages 文件夹
[Pp]ackages/
# 忽略 NuGet 缓存
.nuget/
# 忽略用户特定文件和设置
*.suo
*.user
*.userosscache
*.sln.docstates
# 忽略 Visual Studio 工作区文件
.vs/
# 忽略发布输出
[Pp]ublish/
# 忽略 Rider IDE 文件
.idea/
# 忽略环境文件
.env
[Dd]ocker/[Cc]ompose*/
*.sw?
## 通用规则
# 忽略日志文件
*.log
# 忽略 macOS 系统文件
.DS_Store