CSharp-Learning/.gitignore
Rosmontis_Cloud f604d53191 Initial commit: C# 学习笔记和示例代码
- Lesson 01-10: C# 基础语法
- WebView2: 集成示例
- notes/: 详细笔记
2026-07-01 16:31:35 +08:00

26 lines
171 B
Plaintext

# .NET
bin/
obj/
*.user
*.suo
*.cache
*.log
# IDE
.vs/
.vscode/
*.swp
# Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
# NuGet
packages/
*.nupkg
# WebView2
*.WebView2/