忽略文件

This commit is contained in:
2026-04-18 18:38:54 +08:00
parent d5e183e551
commit af84a1143c
36 changed files with 238 additions and 85 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# 编译生成文件
bin/
obj/
Debug/
Release/
# Visual Studio 配置缓存
.vs/
*.suo
*.user
*.cache
# 可执行文件
*.exe
*.dll
*.pdb