Added /UIElementsSchema to unity .gitignore

/UIElementsSchema is an auto-generated folder created by Unity. It is used in the UI Toolkit.

In Unity discussions, staff have confirmed that this folder can be safely ignored.
 
https://discussions.unity.com/t/uielementsschema/805120
This commit is contained in:
Krolti 2025-11-03 10:47:50 +03:00 committed by GitHub
parent fc6ce5da28
commit c0aa4c66f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,3 +97,6 @@ InitTestScene*.unity*
# Auto-generated scenes by play mode tests
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
# UI Toolkit auto generated files
/UIElementsSchema