◐ Shell
clean mode source ↗

Update Unity.gitignore by begin-play · Pull Request #4855 · github/gitignore

Add .idea/ to .gitignore

Rider generates project-specific configuration in .idea/ which is machine-specific and not required for Unity builds.

Link to the application or project's homepage

https://unity.com/
https://www.jetbrains.com/rider/

Reasons for making this change

JetBrains Rider stores IDE-specific project configuration inside the .idea/ directory.
These files are user- and machine-specific and can introduce unnecessary noise and merge conflicts in version control.

In Unity projects, these files are not required for building or running the project, as Unity relies only on Assets/, ProjectSettings/, and Packages/.

Ignoring .idea/ aligns with common practices for Unity projects using Rider.

Links to documentation supporting these rule changes

Merge and Approval Steps