76 lines
967 B
Plaintext
76 lines
967 B
Plaintext
# =======================
|
|
# Unity.gitignore
|
|
# =======================
|
|
|
|
[Ll]ibrary/
|
|
[Tt]emp/
|
|
[Oo]bj/
|
|
[Bb]uild/
|
|
[Bb]uilds/
|
|
[Ll]ogs/
|
|
|
|
# Crash Reports
|
|
sysinfo.txt
|
|
|
|
# Autogenerated VS/JetBrains project files
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.mdb
|
|
*.opendb
|
|
|
|
# Unity Asset Store tools
|
|
*.unitypackage
|
|
|
|
# Local configuration
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# Hidden meta files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Rider
|
|
*.sln.iml
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.old
|
|
*.orig
|
|
|
|
# Build artifacts
|
|
*.apk
|
|
*.aab
|
|
*.ipa
|
|
*.exe
|
|
|
|
# Cache
|
|
MemoryCaptures/
|
|
AssetImportState/
|
|
ScriptAssemblies/
|
|
|
|
# Addressables build
|
|
Assets/AddressableAssetsData/*/Build*/**
|
|
Assets/AddressableAssetsData/*/aa.meta
|
|
|
|
# Uncomment if you're using Collab
|
|
# .collabignore
|
|
|
|
# Uncomment if you're using Plastic SCM
|
|
# .plastic/
|
|
|
|
# Include these to avoid uploading massive Library folder files by mistake
|
|
Library/
|
|
|
|
# Optional: Only if you're not using Unity Cloud Build
|
|
UnityCloudBuild/
|