Compare commits

...

6 Commits

Author SHA1 Message Date
Krolti
994ee635d1
Merge 0fecd1b436 into c677dd99d4 2026-04-08 16:11:17 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
Krolti
0fecd1b436
Merge branch 'github:main' into Unity-/UIElementsSchema-.gitignore 2025-11-29 22:36:47 +03:00
Krolti
c0aa4c66f9
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
2025-11-03 10:47:50 +03:00
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# General # General
.DS_Store .DS_Store
.localized
__MACOSX/ __MACOSX/
.AppleDouble .AppleDouble
.LSOverride .LSOverride

View File

@ -97,3 +97,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*
# UI Toolkit auto generated files
/UIElementsSchema