mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-09 18:02:52 +08:00
chore: 添加构建产物和IDE配置文件到.gitignore
- 忽略obj/和dist/目录中的构建产物 - 添加Visual Studio Code的C/C++配置、调试和设置文件 - 添加编译生成的二进制文件(PathEditor.exe, Gobang_*_Setup.exe)和对象文件(*.o)
This commit is contained in:
+7
-1
@@ -10,4 +10,10 @@
|
||||
*.tmp
|
||||
*.bak
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Desktop.ini
|
||||
|
||||
# 忽略obj目录
|
||||
/obj/
|
||||
|
||||
# 忽略dist目录
|
||||
/dist/
|
||||
|
||||
Reference in New Issue
Block a user