| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Looks good. The .idea/ and .vscode/ exclusions are appropriate for Unity projects.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Link to the application or project's homepage
https://unity.com/
Reasons for making this change
Unity developers commonly use Visual Studio Code and JetBrains Rider (which uses the .idea folder format) as external script editors alongside the Unity Editor. Currently, Unity.gitignore does not exclude the local settings folders these editors generate (.vscode/ and .idea/), which causes editor-specific configuration files to be accidentally committed to Unity project repositories.
Links to documentation supporting these rule changes
Merge and Approval Steps