Compare commits

...

4 Commits

Author SHA1 Message Date
Szymon Hałucha
89d724bcb6
Merge 315e8cbbbd into 7247090aa6 2026-04-16 21:22:43 +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
Szymon Hałucha
315e8cbbbd
Update Unity.gitignore to add new ignore patterns
Added entries to ignore .slnx files and scene dependency cache.
2026-01-03 09:41:43 +01:00
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -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*