ExternalAPI_NET8/.gitignore
2026-05-21 17:41:31 +08:00

33 lines
292 B
Plaintext

# Rider / VS 缓存
.idea/
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# 编译输出
[Bb]in/
[Oo]bj/
[Rr]elease/
[Dd]ebug/
build/
out/
artifacts/
# 日志
*.log
logs/
# 包目录
packages/
# 操作系统文件
.DS_Store
Thumbs.db
*.tmp
*.temp
# 测试相关
TestResults/
*.coverage