mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge pull request #4780 from SzymonHalucha/patch-1
Update Unity.gitignore to add new ignore patterns
This commit is contained in:
commit
1af287ee8a
@ -46,6 +46,7 @@ ExportedObj/
|
|||||||
*.csproj
|
*.csproj
|
||||||
*.unityproj
|
*.unityproj
|
||||||
*.sln
|
*.sln
|
||||||
|
*.slnx
|
||||||
*.suo
|
*.suo
|
||||||
*.tmp
|
*.tmp
|
||||||
*.user
|
*.user
|
||||||
@ -100,3 +101,6 @@ InitTestScene*.unity*
|
|||||||
|
|
||||||
# Auto-generated scenes by play mode tests
|
# Auto-generated scenes by play mode tests
|
||||||
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
/[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