# ================================
# GGJ 2026 – Minimal Unity .gitignore
# ================================

# OS junk
.DS_Store
Thumbs.db

# Unity generated folders (never commit)
Library/
Temp/
Obj/
Logs/
UserSettings/
Build/
Builds/
MemoryCaptures/

# Unity crash / info files
sysinfo.txt
*.log

# IDE / editor junk
.vs/
.vscode/
.idea/
.gradle/
.consulo/

# Generated project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.opendb
*.VC.db

# Build artifacts
*.apk
*.aab
*.app
*.unitypackage

# Addressables (generated output only)
Assets/AddressableAssetsData/*/*.bin*
Assets/AddressableAssetsData/*/*.json
Assets/AddressableAssetsData/*/*.hash

# Lighting / GI cache (rebuildable)
Assets/**/LightingData.asset
Assets/**/ReflectionProbe-*.exr
