Compare commits

...

6 Commits

Author SHA1 Message Date
Barion
0b4ad8c70c
Merge 1b9c2a6094 into c677dd99d4 2026-04-08 06:41:49 +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
Barion
1b9c2a6094
Merge branch 'github:main' into main 2026-03-01 11:16:29 +01:00
Barion
15f4d737fc
Update Unity.gitignore to ignore slnx files 2025-10-08 15:04:35 +02:00
2 changed files with 2 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

@ -43,6 +43,7 @@ ExportedObj/
*.csproj *.csproj
*.unityproj *.unityproj
*.sln *.sln
*.slnx
*.suo *.suo
*.tmp *.tmp
*.user *.user