Files
AICODE2026/.gitignore
Rocky 4f27598e55 chore: 添加 Kenney 素材包(TD 3D Kit + TD Top-Down 2D)
让任课老师 clone 仓库后能直接解压使用素材,无需自己从 kenney.nl 下载。

- prototype/单词塔防/assets/kenney-td-3d.zip(5.2MB,160 个 GLB 模型,3D 塔防主用)
- prototype/单词塔防/assets/kenney-td.zip(3.1MB,299 个 PNG sprite,2D 原型用)
- .gitignore 加例外规则:保留 zip 原包,排除解压目录(避免重复)

License: 两个包均 CC0(创意公用 0),可自由商用。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 23:14:48 +02:00

66 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 依赖
node_modules/
# 环境变量(含密钥)
.env
# OS 文件
.DS_Store
Thumbs.db
Desktop.ini
# 编辑器
.vscode/
*.swp
*.swo
*~
# 大文件(不进 Git用对象存储 + 链接引用)
*.mp4
*.avi
*.mov
*.wmv
*.zip
*.rar
*.7z
# Claude Code 本地缓存
.claude/settings.local.json
old/
# 敏感文件(token、密钥)
scripts/.dingtalk_token.json
scripts/__pycache__/
# Playwright / 自动化测试临时
.playwright-mcp/
# 第三方插件(独立仓库,不进项目)
game-studio/
# Prototype 大素材包 — 解压目录不进 Git(因为 zip 已经够了)
prototype/*/assets/kenney-*/
# 但保留 Kenney zip 原包(让任课老师 clone 后能直接解压使用)
!prototype/单词塔防/assets/kenney-td-3d.zip
!prototype/单词塔防/assets/kenney-td.zip
# Prototype 开发期工具截图(非生产产物)
prototype/单词塔防/sprite-grid.png
prototype/单词塔防/grid-*.png
prototype/单词塔防/sprite-browser-full.png
# 根目录调试截图(测试用)
/3d-*.png
/jump-3d-*.png
/demo-*.png
/battle-*.png
/level-editor-*.png
/skeleton-*.png
/sprite-browser-full.png
/v0[0-9]-*.png
/deploy-loaded.png
# 豆包/AI 生图(用户本地实验素材)
/像素风*.png