]> source.dussan.org Git - gitignore.git/commit
[Unity] ignore Jetbrains plugin folder (#3026)
authorLotteMakesStuff <lotte@genericevil.com>
Sun, 12 May 2019 12:44:32 +0000 (13:44 +0100)
committerBrendan Forster <brendan@github.com>
Sun, 12 May 2019 12:44:32 +0000 (09:44 -0300)
commit65bc8a709015c9980ea9580a12ebbab9d7241ba6
treee56e56a8e034b5c2e8e1fe06044cd1adb441a933
parent5808b77453dec299d4daf8557b05a80be832a5b8
[Unity] ignore Jetbrains plugin folder (#3026)

When a Unity project is opened in Jetbrains Rider, it installs a editor plugin into the Assets/Plugins/Editor/Jetbrains folder to manage Unity->Rider integration. This plugins life cycle is managed by your local Rider install and is automatically updated by Rider. It should not be committed to source control.  This is documented by Jetbrains here https://www.jetbrains.com/help/rider/Unity.html

This change should ignore both the Jetbrains plugin folder and its .meta file correctly. For completeness, it would be nice to also ignore the /.idea*/ settings folder that Rider autogenerates, but i see a PR implementing that change has already been rejected.
Unity.gitignore