gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Update Unity gitignore to ignore personal layout changes

Open smitdylan2001 opened this issue 2 years ago • 0 comments

Unity 2021+ has a folder called Layouts (with default-2021.dwlt file for info) which stores all layout changes. This should not be pushed to git

Reasons for making this change: New layout folder/file are user generated files storing the Unity window layout. This is different per person and will be edited every layout change. This should not be included in a repo because of the per-user based nature of the layout. This is added in Unity 2021, which now has an LTS release, so it will be used often now for new projects

smitdylan2001 avatar Jun 12 '22 12:06 smitdylan2001