-
-
Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (24 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (24 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# GitHub
.secrets
.unity-license
*.ulf
# AI configurations
**/.claude/settings.local.json
.gemini
.aider*
.roo
# Commands and env files
commands/TestResults
# Local env files (secrets / dev config such as the dev-control bridge flags) — never commit,
# anywhere in the repo. Keep any committed example templates.
.env
!**/.env.example
# Unity package lock files (auto-generated)
**/Packages/packages-lock.json
# Documentation
.CONVENTIONS.md
# Wiki project
Unity-MCP.wiki
# Claude Code subagent memory can leak here when an agent runs with its cwd inside this repo.
# Canonical agent memory lives ONLY in the top-level infra repo; ignore it everywhere here.
**/.claude/agent-memory/