Files
Gobang-Game/.gitignore
T

50 lines
397 B
Plaintext

# 编译生成的可执行文件
*.exe
*.out
*.app
*.o
# IDE配置文件
.idea/
.vscode/
.vs/
# Trae AI配置文件
.trae/
# 临时文件
*.tmp
*.temp
*.log
# 系统文件
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# 调试文件
*.pdb
*.ilk
# 对象文件
*.o
*.obj
# 静态库文件
*.lib
*.a
# 动态库文件
*.dll
*.so
*.dylib
# 资源文件
*.res
*.ico
# 打包文件
dist/