chore: 添加构建产物和IDE配置文件到.gitignore

- 忽略obj/和dist/目录中的构建产物
- 添加Visual Studio Code的C/C++配置、调试和设置文件
- 添加编译生成的二进制文件(PathEditor.exe, Gobang_*_Setup.exe)和对象文件(*.o)
This commit is contained in:
2026-03-16 17:33:29 +08:00
parent 13e683e7fd
commit e4a2713ef8
2 changed files with 13 additions and 5 deletions
+7 -1
View File
@@ -10,4 +10,10 @@
*.tmp
*.bak
Thumbs.db
Desktop.ini
Desktop.ini
# 忽略obj目录
/obj/
# 忽略dist目录
/dist/