mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
feat: 初始化 Cargo workspace + core crate 脚手架
创建 Rust 工作区,包含 core(纯游戏逻辑)和 gui(Tauri 占位)两个 crate。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+13
-46
@@ -1,47 +1,14 @@
|
||||
# 编译生成的可执行文件
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# IDE配置文件
|
||||
.idea/
|
||||
.vscode/
|
||||
.vs/
|
||||
|
||||
# Trae AI配置文件
|
||||
.trae/
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.temp
|
||||
*.log
|
||||
|
||||
# 系统文件
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
target/
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 备份文件
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# 调试文件
|
||||
*.pdb
|
||||
*.ilk
|
||||
|
||||
# 对象文件
|
||||
*.obj
|
||||
|
||||
# 打包文件
|
||||
dist/
|
||||
|
||||
# 编译生成的对象文件
|
||||
obj/
|
||||
build/
|
||||
|
||||
# 临时游戏存档
|
||||
records/
|
||||
|
||||
# 运行时配置(含 API Key)
|
||||
bin/gobang_config.ini
|
||||
|
||||
# 编译产物
|
||||
bin/gobang_gui.exe
|
||||
*.suo
|
||||
*.sw?
|
||||
.claude/
|
||||
.codegraph/
|
||||
CLAUDE.md
|
||||
|
||||
Reference in New Issue
Block a user