feat: add .gitignore to exclude Visual Studio and build artifacts

main
邱棚 2025-03-17 11:56:44 +08:00
commit f585aebad4
1 changed files with 34 additions and 0 deletions

34
BenzObstacleDetect/.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
## 忽略 Visual Studio 临时文件、用户设置以及编译输出目录
# Visual Studio 相关文件
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# MonoDevelop/Xamarin Studio 用户设置
*.userprefs
# 编译生成的目录
[Bb]in/
[Oo]bj/
build/
bld/
# 常见的编译输出文件夹
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
# 日志文件
*.log
# Visual Studio Code 工作区设置
.vscode/
# 其他临时文件
*.tmp