mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Update Unity.gitignore to add new ignore patterns
Added entries to ignore .slnx files and scene dependency cache.
This commit is contained in:
parent
86922aee42
commit
315e8cbbbd
@ -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*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user