mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
docs: 重写 README 并更新 .gitignore 适配 v2.0 架构
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+14
-3
@@ -3,15 +3,26 @@ dist
|
||||
dist-ssr
|
||||
*.local
|
||||
target/
|
||||
|
||||
# Editor
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.sw?
|
||||
|
||||
# Claude
|
||||
.claude/
|
||||
.codegraph/
|
||||
CLAUDE.md
|
||||
build/
|
||||
bin/gobang_config.ini
|
||||
*.png
|
||||
|
||||
# Env & logs
|
||||
.env
|
||||
*.log
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
|
||||
# Tauri
|
||||
gui/gen/
|
||||
|
||||
Reference in New Issue
Block a user