Skip to content

Commit 4653358

Browse files
Add .gitignore covering Unity cache and local-only paths
Prevents recurrence of the 220 MB Unity payload.tar.7z files that blocked GitHub pushes. Also covers .claude/ session state and the src.deleted.bak/ safety net from the interpreter consolidation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d4b5a1a commit 4653358

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Unity auto-generated caches and outputs (never commit these)
2+
examples/game-ai-demo/Library/
3+
examples/game-ai-demo/Temp/
4+
examples/game-ai-demo/Obj/
5+
examples/game-ai-demo/Build/
6+
examples/game-ai-demo/Builds/
7+
examples/game-ai-demo/Logs/
8+
examples/game-ai-demo/UserSettings/
9+
examples/game-ai-demo/MemoryCaptures/
10+
11+
# Local Claude Code session state
12+
.claude/
13+
14+
# OMC consolidation safety net (orphaned src/ tree, kept locally only)
15+
src.deleted.bak/

0 commit comments

Comments
 (0)