Compare commits

...

5 Commits

Author SHA1 Message Date
Krolti
723270cb84
Merge 0fecd1b436 into 7247090aa6 2026-04-17 00:00:07 +00:00
Devin Dooley
7247090aa6
Merge pull request #4811 from foxtrottNB/patch-1
Add ignore rule for TwinCAT Measurement files
2026-04-16 09:42:29 -07:00
foxtrottNB
6836b38f62
Add ignore rule for TwinCAT Measurement files 2026-03-12 15:27:47 +01: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 6 additions and 0 deletions

View File

@ -55,3 +55,6 @@ LineIDs.dbg.bak
*.~u
*.project.~u
*.suo
# TwinCAT Measurement
*.vsm

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