Update Unity.gitignore to add new ignore patterns

Added entries to ignore .slnx files and scene dependency cache.
This commit is contained in:
Szymon Hałucha 2026-01-03 09:41:43 +01:00 committed by GitHub
parent 86922aee42
commit 315e8cbbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ ExportedObj/
*.csproj
*.unityproj
*.sln
*.slnx
*.suo
*.tmp
*.user
@ -97,3 +98,6 @@ InitTestScene*.unity*
# Auto-generated scenes by play mode tests
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
# Auto-generated cache in Assets folder
/[Aa]ssets/[Ss]ceneDependencyCache*